Ejemplo n.º 1
0
 static public NetworkActor GetNetworkActorById(this NetPeer item, long id)
 {
     return(new NetworkActor(
                id,
                item.IsIdLocal(id),
                item.IsIdServer(id)
                ));
 }