コード例 #1
0
ファイル: PathService.cs プロジェクト: outscal/hitman
 public void DestroyPath()
 {
     if (controller != null)
     {
         controller.DestroyPath();
         controller = null;
     }
 }