using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class EScrPlayerIcon : EScrCell { private Button[] btnIcon; private Image[] imgLock; private Image[] imgSelect; }