コード例 #1
0
ファイル: PathRequestManager.cs プロジェクト: Dmacrush/GPG220
 private void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <AStarPathfinder>();
 }