예제 #1
0
 public void StopCommand(UnityInterwork.EntityMirror em)
 {
     if (comsat == null)
     {
         em.entity.StopCommand();
     }
     else
     {
         comsat.SendStopCommand(em.entity.eid);
     }
 }