123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 刘羿君
- // * 创建时间= 2015-10-17
- // * 用途= 功能处理器
- // ***************************************************************************
- // Generated from: functionHandler.proto
- // Note: requires additional types generated from: common.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TipsParam")]
- public partial class TipsParam : global::ProtoBuf.IExtensible
- {
- public TipsParam() {}
-
-
- private int _diamond = default(int);
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"diamond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int diamond
- {
- get { return _diamond; }
- set { _diamond = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FunctionGoToPush")]
- public partial class FunctionGoToPush : global::ProtoBuf.IExtensible
- {
- public FunctionGoToPush() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private int _s2c_funGoId;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_funGoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_funGoId
- {
- get { return _s2c_funGoId; }
- set { _s2c_funGoId = value; }
- }
-
- private string _s2c_itemCode = "";
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_itemCode
- {
- get { return _s2c_itemCode; }
- set { _s2c_itemCode = value; }
- }
-
- private string _s2c_id = "";
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_id
- {
- get { return _s2c_id; }
- set { _s2c_id = value; }
- }
-
- private pomelo.area.TipsParam _s2c_param = null;
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_param", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.TipsParam s2c_param
- {
- get { return _s2c_param; }
- set { _s2c_param = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TaskGuideFuncPush")]
- public partial class TaskGuideFuncPush : global::ProtoBuf.IExtensible
- {
- public TaskGuideFuncPush() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private int _s2c_taskFuncId;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_taskFuncId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_taskFuncId
- {
- get { return _s2c_taskFuncId; }
- set { _s2c_taskFuncId = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|