Пример #1
0
 public void Build <T>(IPCMessageType cmd, T t)
 {
     this._jsonData = WeGameHelper.Serialize <T>(t);
     this._cmd      = cmd;
 }