123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // Generated from: abyssDungeonHandler.proto
- // Note: requires additional types generated from: common.proto
- // Note: requires additional types generated from: item.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonSkillBasic")]
- public partial class AbyssDungeonSkillBasic : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonSkillBasic() {}
-
-
- private pomelo.item.Grid _dropItemInfo;
- /// <summary>
- /// 掉落物品信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dropItemInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public pomelo.item.Grid dropItemInfo
- {
- get { return _dropItemInfo; }
- set { _dropItemInfo = value; }
- }
-
- private int _skillId;
- /// <summary>
- /// 对应技能
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int skillId
- {
- get { return _skillId; }
- set { _skillId = value; }
- }
-
- private int _lv;
- /// <summary>
- /// 当前技能等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int lv
- {
- get { return _lv; }
- set { _lv = value; }
- }
-
- private int _maxLevel;
- /// <summary>
- /// 最大技能等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int maxLevel
- {
- get { return _maxLevel; }
- set { _maxLevel = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 获取深渊副本信息;请求----485:AbyssDungeonInfoRequest;响应:AbyssDungeonInfoResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonInfoRequest")]
- public partial class AbyssDungeonInfoRequest : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonInfoRequest() {}
-
- 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=@"AbyssDungeonInfoResponse")]
- public partial class AbyssDungeonInfoResponse : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonInfoResponse() {}
-
-
- 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 _areaId;
- /// <summary>
- /// 深渊副本地图id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int areaId
- {
- get { return _areaId; }
- set { _areaId = value; }
- }
-
- private int _maxFloor;
- /// <summary>
- /// 可以进入的最高层
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"maxFloor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int maxFloor
- {
- get { return _maxFloor; }
- set { _maxFloor = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 深渊副本-移除已装备技能;请求----486:AbyssDungeonDiscardRequest;响应:AbyssDungeonDiscardResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonDiscardRequest")]
- public partial class AbyssDungeonDiscardRequest : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonDiscardRequest() {}
-
-
- private int _index;
- /// <summary>
- /// 技能槽索引item.Grid.gridIndex
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int index
- {
- get { return _index; }
- set { _index = 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=@"AbyssDungeonDiscardResponse")]
- public partial class AbyssDungeonDiscardResponse : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonDiscardResponse() {}
-
-
- 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 深渊副本-请求无双;请求----623: AbyssDungeonMatchLessStartRequest;AbyssDungeonMatchLessStartResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonMatchLessStartRequest")]
- public partial class AbyssDungeonMatchLessStartRequest : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonMatchLessStartRequest() {}
-
- 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=@"AbyssDungeonMatchLessStartResponse")]
- public partial class AbyssDungeonMatchLessStartResponse : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonMatchLessStartResponse() {}
-
-
- 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 1114 ---- boss死亡结束推送
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonBossDeadPush")]
- public partial class AbyssDungeonBossDeadPush : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonBossDeadPush() {}
-
-
- private bool _isNext;
- /// <summary>
- /// 能否下一层(是否在限定时间内击杀boss)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"isNext", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public bool isNext
- {
- get { return _isNext; }
- set { _isNext = value; }
- }
-
- private int _killBossUsedSec;
- /// <summary>
- /// 杀死boss所用时间
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"killBossUsedSec", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int killBossUsedSec
- {
- get { return _killBossUsedSec; }
- set { _killBossUsedSec = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 1115 ---- 进入深渊副本后推送
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonEnterPush")]
- public partial class AbyssDungeonEnterPush : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonEnterPush() {}
-
-
- private int _endTime;
- /// <summary>
- /// 秒,距离限定时间的秒数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int endTime
- {
- get { return _endTime; }
- set { _endTime = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.AbyssDungeonSkillBasic> _skillArrays = new global::System.Collections.Generic.List<pomelo.area.AbyssDungeonSkillBasic>();
- /// <summary>
- /// 已装备技能组
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, Name=@"skillArrays", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.AbyssDungeonSkillBasic> skillArrays
- {
- get { return _skillArrays; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 1300 ---- 技能变化信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonSkillChangePush")]
- public partial class AbyssDungeonSkillChangePush : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonSkillChangePush() {}
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.AbyssDungeonSkillBasic> _skillArrays = new global::System.Collections.Generic.List<pomelo.area.AbyssDungeonSkillBasic>();
- /// <summary>
- /// 已装备技能组变化信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, Name=@"skillArrays", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.AbyssDungeonSkillBasic> skillArrays
- {
- get { return _skillArrays; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 1301 ---- 无双开始或结束
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbyssDungeonMatchlessPush")]
- public partial class AbyssDungeonMatchlessPush : global::ProtoBuf.IExtensible
- {
- public AbyssDungeonMatchlessPush() {}
-
-
- private int _startCountNum = default(int);
- /// <summary>
- /// 无双超神开始计数数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"startCountNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int startCountNum
- {
- get { return _startCountNum; }
- set { _startCountNum = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|