using System.Collections.Generic;
using UnityEngine;
namespace Game
{
public class BuffConfigObject : ScriptableObject
public List<BuffConfig> configs = new List<BuffConfig>();
}