using UnityEngine; namespace _Project.Develop.Runtime.Configs.Gameplay.Entities { public abstract class EntityConfigSO : ScriptableObject { } }