_crossServerHandler.cs 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // ***************************************************************************
  10. // * 作者= 马章勇
  11. // * 创建时间= 2016-08-04
  12. // * 用途= 连服协议
  13. // ***************************************************************************
  14. // Generated from: crossServerHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. namespace pomelo.area
  17. {
  18. //---------------------------------------------------------------------------------------
  19. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TreasureOpenPush")]
  20. public partial class TreasureOpenPush : global::ProtoBuf.IExtensible
  21. {
  22. public TreasureOpenPush() {}
  23. private int _s2c_code;
  24. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  25. public int s2c_code
  26. {
  27. get { return _s2c_code; }
  28. set { _s2c_code = value; }
  29. }
  30. private string _s2c_msg = "";
  31. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  32. [global::System.ComponentModel.DefaultValue("")]
  33. public string s2c_msg
  34. {
  35. get { return _s2c_msg; }
  36. set { _s2c_msg = value; }
  37. }
  38. private readonly global::System.Collections.Generic.List<pomelo.OpenTimeInfo> _s2c_openList = new global::System.Collections.Generic.List<pomelo.OpenTimeInfo>();
  39. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_openList", DataFormat = global::ProtoBuf.DataFormat.Default)]
  40. public global::System.Collections.Generic.List<pomelo.OpenTimeInfo> s2c_openList
  41. {
  42. get { return _s2c_openList; }
  43. }
  44. private global::ProtoBuf.IExtension extensionObject;
  45. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  46. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  47. }
  48. }