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