Esempio n. 1
0
    public void ShowUnitUI()
    {
        if (unitUI == null)
        {
            unitUI = gameObject.GetComponentInChildren <UnitUI>();
        }

        unitUI.EnableUnitUI();
    }