123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 马章勇
- // * 创建时间 = 2016-5-11
- // * 用途= 公会仓库处理器
- // ***************************************************************************
- // Generated from: guildDepotHandler.proto
- // Note: requires additional types generated from: item.proto
- // Note: requires additional types generated from: common.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 使用权限
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UseCond")]
- public partial class UseCond : global::ProtoBuf.IExtensible
- {
- public UseCond() {}
-
-
- private int _level = default(int);
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int level
- {
- get { return _level; }
- set { _level = value; }
- }
-
- private int _upLevel = default(int);
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"upLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int upLevel
- {
- get { return _upLevel; }
- set { _upLevel = value; }
- }
-
- private int _job;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"job", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int job
- {
- get { return _job; }
- set { _job = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 装备品质条件
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QualityCond")]
- public partial class QualityCond : global::ProtoBuf.IExtensible
- {
- public QualityCond() {}
-
-
- private int _level = default(int);
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int level
- {
- get { return _level; }
- set { _level = value; }
- }
-
- private int _upLevel = default(int);
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"upLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int upLevel
- {
- get { return _upLevel; }
- set { _upLevel = value; }
- }
-
- private int _qColor = default(int);
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"qColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int qColor
- {
- get { return _qColor; }
- set { _qColor = 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=@"DepotCondition")]
- public partial class DepotCondition : global::ProtoBuf.IExtensible
- {
- public DepotCondition() {}
-
-
- private pomelo.area.UseCond _useCond = null;
- /// <summary>
- /// 使用权限
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"useCond", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.UseCond useCond
- {
- get { return _useCond; }
- set { _useCond = value; }
- }
-
- private pomelo.area.QualityCond _minCond = null;
- /// <summary>
- /// 装备最低条件
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"minCond", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.QualityCond minCond
- {
- get { return _minCond; }
- set { _minCond = value; }
- }
-
- private pomelo.area.QualityCond _maxCond = null;
- /// <summary>
- /// 装备最高条件
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"maxCond", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.QualityCond maxCond
- {
- get { return _maxCond; }
- set { _maxCond = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 存入
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DepositItemRequest")]
- public partial class DepositItemRequest : global::ProtoBuf.IExtensible
- {
- public DepositItemRequest() {}
-
-
- private int _c2s_fromIndex;
- /// <summary>
- /// 自己背包格子索引
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_fromIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_fromIndex
- {
- get { return _c2s_fromIndex; }
- set { _c2s_fromIndex = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 取出
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TakeOutItemRequest")]
- public partial class TakeOutItemRequest : global::ProtoBuf.IExtensible
- {
- public TakeOutItemRequest() {}
-
-
- private int _c2s_fromIndex;
- /// <summary>
- /// 仓库格子索引
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_fromIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_fromIndex
- {
- get { return _c2s_fromIndex; }
- set { _c2s_fromIndex = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 设置使用权限
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SetConditionRequest")]
- public partial class SetConditionRequest : global::ProtoBuf.IExtensible
- {
- public SetConditionRequest() {}
-
-
- private int _useLevel = default(int);
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"useLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int useLevel
- {
- get { return _useLevel; }
- set { _useLevel = value; }
- }
-
- private int _useUpLevel = default(int);
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"useUpLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int useUpLevel
- {
- get { return _useUpLevel; }
- set { _useUpLevel = value; }
- }
-
- private int _useJob;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"useJob", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int useJob
- {
- get { return _useJob; }
- set { _useJob = value; }
- }
-
- private int _minLevel = default(int);
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"minLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int minLevel
- {
- get { return _minLevel; }
- set { _minLevel = value; }
- }
-
- private int _minUpLevel = default(int);
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"minUpLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int minUpLevel
- {
- get { return _minUpLevel; }
- set { _minUpLevel = value; }
- }
-
- private int _minqColor = default(int);
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"minqColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int minqColor
- {
- get { return _minqColor; }
- set { _minqColor = value; }
- }
-
- private int _maxLevel = default(int);
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int maxLevel
- {
- get { return _maxLevel; }
- set { _maxLevel = value; }
- }
-
- private int _maxUpLevel = default(int);
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"maxUpLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int maxUpLevel
- {
- get { return _maxUpLevel; }
- set { _maxUpLevel = value; }
- }
-
- private int _maxqColor = default(int);
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"maxqColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int maxqColor
- {
- get { return _maxqColor; }
- set { _maxqColor = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 删除
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DeleteItemRequest")]
- public partial class DeleteItemRequest : global::ProtoBuf.IExtensible
- {
- public DeleteItemRequest() {}
-
-
- private int _c2s_fromIndex;
- /// <summary>
- /// 仓库格子索引
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_fromIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_fromIndex
- {
- get { return _c2s_fromIndex; }
- set { _c2s_fromIndex = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 升级
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeDepotRequest")]
- public partial class UpgradeDepotRequest : global::ProtoBuf.IExtensible
- {
- public UpgradeDepotRequest() {}
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 消息返回
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DepositItemResponse")]
- public partial class DepositItemResponse : global::ProtoBuf.IExtensible
- {
- public DepositItemResponse() {}
-
-
- 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 string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private pomelo.item.Grid _s2c_bagGrid = null;
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_bagGrid", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.Grid s2c_bagGrid
- {
- get { return _s2c_bagGrid; }
- set { _s2c_bagGrid = value; }
- }
-
- private int _depositCount = default(int);
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"depositCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int depositCount
- {
- get { return _depositCount; }
- set { _depositCount = 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=@"TakeOutItemResponse")]
- public partial class TakeOutItemResponse : global::ProtoBuf.IExtensible
- {
- public TakeOutItemResponse() {}
-
-
- 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 string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = 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=@"SetConditionResponse")]
- public partial class SetConditionResponse : global::ProtoBuf.IExtensible
- {
- public SetConditionResponse() {}
-
-
- 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 string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private pomelo.area.DepotCondition _s2c_condition = null;
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.DepotCondition s2c_condition
- {
- get { return _s2c_condition; }
- set { _s2c_condition = 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=@"DeleteItemResponse")]
- public partial class DeleteItemResponse : global::ProtoBuf.IExtensible
- {
- public DeleteItemResponse() {}
-
-
- 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 string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private int _deleteCount = default(int);
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"deleteCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int deleteCount
- {
- get { return _deleteCount; }
- set { _deleteCount = 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=@"UpgradeDepotResponse")]
- public partial class UpgradeDepotResponse : global::ProtoBuf.IExtensible
- {
- public UpgradeDepotResponse() {}
-
-
- 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 string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private int _s2c_level = default(int);
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_level
- {
- get { return _s2c_level; }
- set { _s2c_level = value; }
- }
-
- private int _s2c_fund = default(int);
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_fund", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_fund
- {
- get { return _s2c_fund; }
- set { _s2c_fund = 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=@"DepotLevelInfo")]
- public partial class DepotLevelInfo : global::ProtoBuf.IExtensible
- {
- public DepotLevelInfo() {}
-
-
- private int _level = default(int);
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int level
- {
- get { return _level; }
- set { _level = value; }
- }
-
- private int _bagGridCount = default(int);
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"bagGridCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int bagGridCount
- {
- get { return _bagGridCount; }
- set { _bagGridCount = value; }
- }
-
- private int _bagTotalCount = default(int);
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"bagTotalCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int bagTotalCount
- {
- get { return _bagTotalCount; }
- set { _bagTotalCount = 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=@"DepotRefreshPush")]
- public partial class DepotRefreshPush : global::ProtoBuf.IExtensible
- {
- public DepotRefreshPush() {}
-
-
- 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 string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private int _type = default(int);
- /// <summary>
- /// 1:增加(存入) 2:减少(取出) 3:升级 4:权限设置
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int type
- {
- get { return _type; }
- set { _type = value; }
- }
-
- private int _bagIndex = default(int);
- /// <summary>
- /// 存入和取出的格子索引
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"bagIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int bagIndex
- {
- get { return _bagIndex; }
- set { _bagIndex = value; }
- }
-
- private pomelo.area.DepotLevelInfo _levelInfo = null;
- /// <summary>
- /// 升级后等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"levelInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.DepotLevelInfo levelInfo
- {
- get { return _levelInfo; }
- set { _levelInfo = value; }
- }
-
- private pomelo.area.DepotCondition _condition = null;
- /// <summary>
- /// 条件
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.DepotCondition condition
- {
- get { return _condition; }
- set { _condition = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|