_functionHandler.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. // * 创建时间= 2015-10-17
  12. // * 用途= 功能处理器
  13. // ***************************************************************************
  14. // Generated from: functionHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. namespace pomelo.area
  17. {
  18. //---------------------------------------------------------------------------------------
  19. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TipsParam")]
  20. public partial class TipsParam : global::ProtoBuf.IExtensible
  21. {
  22. public TipsParam() {}
  23. private int _diamond = default(int);
  24. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"diamond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  25. [global::System.ComponentModel.DefaultValue(default(int))]
  26. public int diamond
  27. {
  28. get { return _diamond; }
  29. set { _diamond = value; }
  30. }
  31. private global::ProtoBuf.IExtension extensionObject;
  32. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  33. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  34. }
  35. //---------------------------------------------------------------------------------------
  36. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FunctionGoToPush")]
  37. public partial class FunctionGoToPush : global::ProtoBuf.IExtensible
  38. {
  39. public FunctionGoToPush() {}
  40. private int _s2c_code;
  41. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  42. public int s2c_code
  43. {
  44. get { return _s2c_code; }
  45. set { _s2c_code = value; }
  46. }
  47. private int _s2c_funGoId;
  48. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_funGoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  49. public int s2c_funGoId
  50. {
  51. get { return _s2c_funGoId; }
  52. set { _s2c_funGoId = value; }
  53. }
  54. private string _s2c_itemCode = "";
  55. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
  56. [global::System.ComponentModel.DefaultValue("")]
  57. public string s2c_itemCode
  58. {
  59. get { return _s2c_itemCode; }
  60. set { _s2c_itemCode = value; }
  61. }
  62. private string _s2c_id = "";
  63. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  64. [global::System.ComponentModel.DefaultValue("")]
  65. public string s2c_id
  66. {
  67. get { return _s2c_id; }
  68. set { _s2c_id = value; }
  69. }
  70. private pomelo.area.TipsParam _s2c_param = null;
  71. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_param", DataFormat = global::ProtoBuf.DataFormat.Default)]
  72. [global::System.ComponentModel.DefaultValue(null)]
  73. public pomelo.area.TipsParam s2c_param
  74. {
  75. get { return _s2c_param; }
  76. set { _s2c_param = value; }
  77. }
  78. private global::ProtoBuf.IExtension extensionObject;
  79. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  80. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  81. }
  82. //---------------------------------------------------------------------------------------
  83. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TaskGuideFuncPush")]
  84. public partial class TaskGuideFuncPush : global::ProtoBuf.IExtensible
  85. {
  86. public TaskGuideFuncPush() {}
  87. private int _s2c_code;
  88. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  89. public int s2c_code
  90. {
  91. get { return _s2c_code; }
  92. set { _s2c_code = value; }
  93. }
  94. private int _s2c_taskFuncId;
  95. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_taskFuncId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  96. public int s2c_taskFuncId
  97. {
  98. get { return _s2c_taskFuncId; }
  99. set { _s2c_taskFuncId = value; }
  100. }
  101. private global::ProtoBuf.IExtension extensionObject;
  102. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  103. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  104. }
  105. }