Exemplo n.º 1
0
 public PhotonClient([NotNull] PhotonCommsNetwork network)
     : base(network)
 {
     _network = network;
 }
Exemplo n.º 2
0
 public PhotonServer(PhotonCommsNetwork network)
 {
     _network = network;
 }