Exemplo n.º 1
0
 public void MoveCommand(UnityInterwork.EntityMirror em, Vector3 point)
 {
     if (comsat == null)
     {
         em.entity.MoveCommand((Game.DVector3)point);
     }
     else
     {
         comsat.SendMoveCommand(em.entity.eid, (Game.DVector3)point);
     }
 }