Ejemplo n.º 1
0
        public void _Show(Building script)
        {
            building = script;

            Reset();
            UIDialogUnitInfo.Show(-1);
            ShowProcess();
        }
Ejemplo n.º 2
0
 public void UnitInfo(int unitID)
 {
     Debug.Log("UnitInfo " + unitID.ToString());
     UIDialogUnitInfo.Show(unitID);
 }
Ejemplo n.º 3
0
 void Awake()
 {
     instance = this;
 }