示例#1
0
文件: Player.cs 项目: degeta10/FPS
 void OnFindClearArea()
 {
     heli.Call();
 }
示例#2
0
 void OnFindClearArea()
 {
     print("Area Found in player ");
     helicopter.Call();
 }
示例#3
0
 void onFindClearArea()
 {
     Debug.Log("Found clear area from PLAYER!");
     helicopter.Call();
 }