示例#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);
 }