123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703 |
- //------------------------------------------------------------------------------
- // <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-1-20
- // * 用途= 兑换处理器
- // ***************************************************************************
- // Generated from: exchangeHandler.proto
- // Note: requires additional types generated from: item.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetExchangeLabelRequest")]
- public partial class GetExchangeLabelRequest : global::ProtoBuf.IExtensible
- {
- public GetExchangeLabelRequest() {}
-
-
- private string _c2s_npcId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_npcId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_npcId
- {
- get { return _c2s_npcId; }
- set { _c2s_npcId = 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=@"GetExchangeListRequest")]
- public partial class GetExchangeListRequest : global::ProtoBuf.IExtensible
- {
- public GetExchangeListRequest() {}
-
-
- private string _c2s_npcId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_npcId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_npcId
- {
- get { return _c2s_npcId; }
- set { _c2s_npcId = value; }
- }
-
- private int _c2s_typeId;
- /// <summary>
- /// 标签id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_typeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_typeId
- {
- get { return _c2s_typeId; }
- set { _c2s_typeId = 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=@"ExchangeItemRequest")]
- public partial class ExchangeItemRequest : global::ProtoBuf.IExtensible
- {
- public ExchangeItemRequest() {}
-
-
- private int _c2s_typeId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_typeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_typeId
- {
- get { return _c2s_typeId; }
- set { _c2s_typeId = value; }
- }
-
- private int _c2s_itemId;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_itemId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_itemId
- {
- get { return _c2s_itemId; }
- set { _c2s_itemId = value; }
- }
-
- private int _c2s_num;
- /// <summary>
- /// 数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_num
- {
- get { return _c2s_num; }
- set { _c2s_num = value; }
- }
-
- private string _c2s_npcId = "";
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"c2s_npcId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string c2s_npcId
- {
- get { return _c2s_npcId; }
- set { _c2s_npcId = 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=@"Condition")]
- public partial class Condition : global::ProtoBuf.IExtensible
- {
- public Condition() {}
-
-
- private pomelo.area.ConditionType _type = pomelo.area.ConditionType.CONDITION_LEVEL;
- /// <summary>
- /// 类型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(pomelo.area.ConditionType.CONDITION_LEVEL)]
- public pomelo.area.ConditionType type
- {
- get { return _type; }
- set { _type = value; }
- }
-
- private int _number = default(int);
- /// <summary>
- /// 级别,点数等
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"number", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int number
- {
- get { return _number; }
- set { _number = 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=@"MoneyInfo")]
- public partial class MoneyInfo : global::ProtoBuf.IExtensible
- {
- public MoneyInfo() {}
-
-
- private pomelo.area.MoneyType _type;
- /// <summary>
- /// 货币类型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public pomelo.area.MoneyType type
- {
- get { return _type; }
- set { _type = value; }
- }
-
- private int _value;
- /// <summary>
- /// 货币数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int value
- {
- get { return _value; }
- set { _value = 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=@"ExchangeInfo")]
- public partial class ExchangeInfo : global::ProtoBuf.IExtensible
- {
- public ExchangeInfo() {}
-
-
- private int _typeId = default(int);
- /// <summary>
- /// 类型Id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"typeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int typeId
- {
- get { return _typeId; }
- set { _typeId = value; }
- }
-
- private int _itemId = default(int);
- /// <summary>
- /// 编号Id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"itemId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int itemId
- {
- get { return _itemId; }
- set { _itemId = value; }
- }
-
- private string _itemShowName = "";
- /// <summary>
- /// 物品显示名称
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"itemShowName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string itemShowName
- {
- get { return _itemShowName; }
- set { _itemShowName = value; }
- }
-
- private pomelo.item.MiniItem _item = null;
- /// <summary>
- /// 兑换的物品
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.MiniItem item
- {
- get { return _item; }
- set { _item = value; }
- }
-
- private int _scoreRatio = default(int);
- /// <summary>
- /// 获得装备基础评分
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"scoreRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int scoreRatio
- {
- get { return _scoreRatio; }
- set { _scoreRatio = value; }
- }
-
- private string _itemDes = "";
- /// <summary>
- /// 物品描述
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"itemDes", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string itemDes
- {
- get { return _itemDes; }
- set { _itemDes = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.Condition> _condition = new global::System.Collections.Generic.List<pomelo.area.Condition>();
- /// <summary>
- /// 前提条件
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, Name=@"condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.Condition> condition
- {
- get { return _condition; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.MoneyInfo> _needMoney = new global::System.Collections.Generic.List<pomelo.area.MoneyInfo>();
- /// <summary>
- /// 需要的货币
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, Name=@"needMoney", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.MoneyInfo> needMoney
- {
- get { return _needMoney; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.item.MiniItem> _needItem = new global::System.Collections.Generic.List<pomelo.item.MiniItem>();
- /// <summary>
- /// 需要的道具
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(9, Name=@"needItem", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.MiniItem> needItem
- {
- get { return _needItem; }
- }
-
-
- private int _meetCondition = default(int);
- /// <summary>
- /// 是否满足兑换条件
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"meetCondition", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int meetCondition
- {
- get { return _meetCondition; }
- set { _meetCondition = value; }
- }
-
- private int _maxExchangeNum = default(int);
- /// <summary>
- /// 可兑换的数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"maxExchangeNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int maxExchangeNum
- {
- get { return _maxExchangeNum; }
- set { _maxExchangeNum = value; }
- }
-
- private int _state = default(int);
- /// <summary>
- /// 0:保留 1:正常 2:售罄
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int state
- {
- get { return _state; }
- set { _state = 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=@"label")]
- public partial class label : global::ProtoBuf.IExtensible
- {
- public label() {}
-
-
- private int _typeId = default(int);
- /// <summary>
- /// 兑换类型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"typeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int typeId
- {
- get { return _typeId; }
- set { _typeId = value; }
- }
-
- private string _typeName = "";
- /// <summary>
- /// 类型标签名字
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"typeName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string typeName
- {
- get { return _typeName; }
- set { _typeName = 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=@"ExchangeData")]
- public partial class ExchangeData : global::ProtoBuf.IExtensible
- {
- public ExchangeData() {}
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.ExchangeInfo> _exchangeList = new global::System.Collections.Generic.List<pomelo.area.ExchangeInfo>();
- [global::ProtoBuf.ProtoMember(1, Name=@"exchangeList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.ExchangeInfo> exchangeList
- {
- get { return _exchangeList; }
- }
-
- 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=@"GetExchangeLabelResponse")]
- public partial class GetExchangeLabelResponse : global::ProtoBuf.IExtensible
- {
- public GetExchangeLabelResponse() {}
-
-
- 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 readonly global::System.Collections.Generic.List<pomelo.area.label> _s2c_labelList = new global::System.Collections.Generic.List<pomelo.area.label>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_labelList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.label> s2c_labelList
- {
- get { return _s2c_labelList; }
- }
-
- 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=@"GetExchangeListResponse")]
- public partial class GetExchangeListResponse : global::ProtoBuf.IExtensible
- {
- public GetExchangeListResponse() {}
-
-
- 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.ExchangeData _s2c_data = null;
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.ExchangeData s2c_data
- {
- get { return _s2c_data; }
- set { _s2c_data = 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=@"ExchangeItemResponse")]
- public partial class ExchangeItemResponse : global::ProtoBuf.IExtensible
- {
- public ExchangeItemResponse() {}
-
-
- 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.ExchangeData _s2c_data = null;
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.ExchangeData s2c_data
- {
- get { return _s2c_data; }
- set { _s2c_data = 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=@"AllyFightExchangeRequest")]
- public partial class AllyFightExchangeRequest : global::ProtoBuf.IExtensible
- {
- public AllyFightExchangeRequest() {}
-
-
- private string _c2s_npcId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_npcId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_npcId
- {
- get { return _c2s_npcId; }
- set { _c2s_npcId = value; }
- }
-
- private int _c2s_typeId;
- /// <summary>
- /// 标签id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_typeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_typeId
- {
- get { return _c2s_typeId; }
- set { _c2s_typeId = 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=@"AllyFightExchangeResponse")]
- public partial class AllyFightExchangeResponse : global::ProtoBuf.IExtensible
- {
- public AllyFightExchangeResponse() {}
-
-
- 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.ExchangeData _s2c_data = null;
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.ExchangeData s2c_data
- {
- get { return _s2c_data; }
- set { _s2c_data = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::ProtoBuf.ProtoContract(Name=@"ConditionType")]
- public enum ConditionType
- {
-
- /// <summary>
- /// 需要等级
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"CONDITION_LEVEL", Value=1)]
- CONDITION_LEVEL = 1,
-
- /// <summary>
- /// 需要阶级
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"CONDITION_UP_REQ", Value=2)]
- CONDITION_UP_REQ = 2,
-
- /// <summary>
- /// 需要vip等级
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"CONDITION_VIP_LEVEL", Value=3)]
- CONDITION_VIP_LEVEL = 3,
-
- /// <summary>
- /// 需要阵营
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"CONDITION_RACE", Value=4)]
- CONDITION_RACE = 4,
-
- /// <summary>
- /// 需要阵营声望等级
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"CONDITION_RACE_CLASS", Value=5)]
- CONDITION_RACE_CLASS = 5,
-
- /// <summary>
- /// 需要竞技场点数
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"CONDITION_ARENA_SCORE", Value=6)]
- CONDITION_ARENA_SCORE = 6,
-
- /// <summary>
- /// 需要工会荣誉
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"CONDITION_GUILD_HONOR", Value=7)]
- CONDITION_GUILD_HONOR = 7
- }
-
- //---------------------------------------------------------------------------------------
- [global::ProtoBuf.ProtoContract(Name=@"MoneyType")]
- public enum MoneyType
- {
-
- /// <summary>
- /// 金币
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"MT_GOLD", Value=1)]
- MT_GOLD = 1,
-
- /// <summary>
- /// 钻石
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"MT_DIAMOND", Value=2)]
- MT_DIAMOND = 2,
-
- /// <summary>
- /// 金票
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"MT_TICKET", Value=3)]
- MT_TICKET = 3,
-
- /// <summary>
- /// 消费积分
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"MT_FEE_POINT", Value=4)]
- MT_FEE_POINT = 4,
-
- /// <summary>
- /// 君王宝藏积分
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"MT_TREASURE_POINT", Value=8)]
- MT_TREASURE_POINT = 8
- }
-
- }
-
|