Beispiel #1
0
 public PhotonServer(PhotonCommsNetwork network)
 {
     _network = network;
 }
Beispiel #2
0
 public PhotonClient([NotNull] PhotonCommsNetwork network)
     : base(network)
 {
     _network = network;
 }