using System.Collections.Generic;
namespace Gameplay.Buff
{
public class SideBuffManager
public int troopId;
public List<int> cacheBuffIds;
}