Exemple #1
0
 static public NetworkActor GetNetworkActor(this NetPeer item)
 {
     return(item.GetNetworkActorById(item.GetId()));
 }