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