示例#1
0
 void CheckForCastleOnTheWay()
 {
     if (mapManagerScript.CanSeeCastle(gameObject))
     {
         SpawnRocket();
     }
 }