using ScriptableObjectArchitecture; using UnityEngine; namespace GameDev.CoreSystems { [CreateAssetMenu(fileName = "newBuildableRuntimeSet", menuName = "RuntimeSet/IBuildable")] public class SoBuildableRuntimeSet : Collection { } }