Beispiel #1
0
 public void AttackCommand(UnityInterwork.EntityMirror em, UnityInterwork.EntityMirror target)
 {
     if (comsat == null)
     {
         em.entity.AttackCommand(target.entity);
     }
     else
     {
         comsat.SendAttackCommand(em.entity.eid, target.entity.eid);
     }
 }