Esempio n. 1
0
 void setTargetPosition(Vector3 pos)
 {
     pos.y = 30.0f;
     networkPlayer.CmdSetPosition(pos);
     print("Targeted position " + pos);
     targetShip = null;
 }
 void setTargetPosition(Vector3 pos)
 {
     networkPlayer.CmdSetPosition(pos);
     print("Targeted position " + pos);
 }