using System.Collections.Generic; using FairyGUI; using UnityEngine; namespace GFGGame { public class ArenaViewManager : SingletonBase { public Dictionary textureDic = new Dictionary(); public void Clear() { textureDic.Clear(); } public void UpdateDanIcon(GLoader loader, int danLv) { } } }