Exemple #1
0
 public EiNetworkServerInternal(EiNetwork network)
 {
     this.network = network;
 }
 public EiNetworkPlayerInternal(EiNetwork network, string name, int id)
 {
     this.network    = network;
     this.playerName = name;
     this.playerId   = id;
 }