using Sirenix.OdinInspector;
using UnityEngine;
namespace Game
{
public class HeroConfigObject : ScriptableObject
[LabelText("基本信息")] public HeroConfig config;
}