Ejemplo n.º 1
0
 public EiNetworkServerInternal(EiNetwork network)
 {
     this.network = network;
 }
Ejemplo n.º 2
0
 public EiNetworkPlayerInternal(EiNetwork network, string name, int id)
 {
     this.network    = network;
     this.playerName = name;
     this.playerId   = id;
 }