Пример #1
0
 public override void GameEnded(IRpcController controller, GameEndedNotification request, Action<NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public override void GameEnded(IRpcController controller, GameEndedNotification request, Action <NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public override void GameEnded(Google.ProtocolBuffers.IRpcController controller, GameEndedNotification request, Action <bnet.protocol.NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public override void GameEnded(IRpcController controller, GameEndedNotification request, Action<NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
Пример #5
0
 public override void GameEnded(IRpcController controller, GameEndedNotification request, Action <NO_RESPONSE> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }