Exemplo n.º 1
0
 void Start()
 {
     useGUILayout = false;
     playerGU     = gameObject.GetComponent <GridUnit>();
     unitSFX      = gameObject.GetComponent <UnitSFX>();
     ResetLife();
 }
Exemplo n.º 2
0
 void Start()
 {
     useGUILayout = false;
     playerGU = gameObject.GetComponent<GridUnit>();
     unitSFX = gameObject.GetComponent<UnitSFX>();
     ResetLife ();
 }