Beispiel #1
0
 public void SetClientInformation(PlayerInformation playerInformation, out int asyncHandle, SyncFlags flags, object asyncContext)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void SetPeerInformation(PlayerInformation playerInformation, SyncFlags flags, object asyncContext)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void SetClientInformation(PlayerInformation playerInformation, SyncFlags flags)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void SetPeerInformation(PlayerInformation playerInformation, out int asyncHandle, SyncFlags flags)
 {
     throw new NotImplementedException();
 }