Exemplo n.º 1
0
 private void Awake()
 {
     _agent    = GetComponent <TileAI>();
     _animator = GetComponent <Animator>();
     //GetAnimComponents();
 }
Exemplo n.º 2
0
Arquivo: Map.cs Projeto: cureduck/Vows
 public bool CanPass(TileAI agent, Vector2Int pos)
 {
     return(true);
 }