Exemplo n.º 1
0
 public PlayerSender(PlayerNet clientnet)
 {
     mxPlayerNet = clientnet;
 }
Exemplo n.º 2
0
 public PlayerReciver(PlayerNet xPlayerNet)
 {
     mxPlayerNet = xPlayerNet;
 }