Example #1
0
 public override void GetGameVariables(IRpcController controller, GameVariablesRequest request, Action <VariablesResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
Example #2
0
 public override void GetGameVariables(IRpcController controller, GameVariablesRequest request, Action<VariablesResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }