using System.Collections.Generic; namespace GFGGame { public class FieldFightDataManager : SingletonBase { public int CurrentCardId = -1; public int CurrentScoreType; public int currentLevelCfgId; public List equipDatas; } }