예제 #1
0
파일: Animal.cs 프로젝트: cureduck/Vows
 private void Awake()
 {
     _agent    = GetComponent <TileAI>();
     _animator = GetComponent <Animator>();
     //GetAnimComponents();
 }
예제 #2
0
파일: Map.cs 프로젝트: cureduck/Vows
 public bool CanPass(TileAI agent, Vector2Int pos)
 {
     return(true);
 }