Exemplo n.º 1
0
 public void MoveToPoint(Vector3 destination)
 {
     isMoving = true;
     gifController.Play("Walk");
     if (currentTile != null)
     {
         currentTile.Status = TileStatus.AVAILABLE;
     }
     this.destination = destination;
 }
Exemplo n.º 2
0
 private void Start()
 {
     gifController.Play("WaitUIIdle");
 }