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