Exemplo n.º 1
0
 void Awake()
 {
     hexGameUI = FindObjectOfType <HexGameUI>();
 }
Exemplo n.º 2
0
 private void StopMove()
 {
     animator.SetInteger("state", (int)AnimationActionState.stand);
     State = AnimationActionState.stand;
     HexGameUI.OnStopMove();
 }
Exemplo n.º 3
0
 private void Awake()
 {
     cameraToLookAt = Camera.main;
     hexGameUI      = FindObjectOfType <HexGameUI>();
 }
Exemplo n.º 4
0
 void Awake()
 {
     Instrance = this;
 }