using UnityEngine; namespace Game { public class HeroConfigObject : ScriptableObject { public HeroConfig heroConfig; } }