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