Пример #1
0
 public override void GetPlayerVariables(IRpcController controller, PlayerVariablesRequest request, Action<VariablesResponse> done)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public override void GetPlayerVariables(IRpcController controller, PlayerVariablesRequest request, Action <VariablesResponse> done)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public override void GetPlayerVariables(IRpcController controller, PlayerVariablesRequest request, Action <VariablesResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
Пример #4
0
 public override void GetPlayerVariables(IRpcController controller, PlayerVariablesRequest request, Action<VariablesResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }