12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064 |
- //------------------------------------------------------------------------------
- // <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-08-27
- // * 用途: 通用模块
- // ***************************************************************************
- // Generated from: common.proto
- namespace pomelo
- {
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 空消息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Void")]
- public partial class Void : global::ProtoBuf.IExtensible
- {
- public Void() {}
-
- 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=@"EffectPropertyStruct")]
- public partial class EffectPropertyStruct : global::ProtoBuf.IExtensible
- {
- public EffectPropertyStruct() {}
-
-
- private string _describ;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"describ", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string describ
- {
- get { return _describ; }
- set { _describ = value; }
- }
-
- private int _value = default(int);
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int value
- {
- get { return _value; }
- set { _value = value; }
- }
-
- private string _maxValue = "";
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"maxValue", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string maxValue
- {
- get { return _maxValue; }
- set { _maxValue = value; }
- }
-
- private string _name = "";
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string name
- {
- get { return _name; }
- set { _name = 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=@"BasePlayerRankInfo")]
- public partial class BasePlayerRankInfo : global::ProtoBuf.IExtensible
- {
- public BasePlayerRankInfo() {}
-
-
- private int _rank;
- /// <summary>
- /// 排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"rank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int rank
- {
- get { return _rank; }
- set { _rank = value; }
- }
-
- private string _pId;
- /// <summary>
- /// 角色id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"pId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string pId
- {
- get { return _pId; }
- set { _pId = value; }
- }
-
- private string _name;
- /// <summary>
- /// 角色姓名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private long _score;
- /// <summary>
- /// 上榜值
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public long score
- {
- get { return _score; }
- set { _score = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// Key-Value
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"KeyValueStruct")]
- public partial class KeyValueStruct : global::ProtoBuf.IExtensible
- {
- public KeyValueStruct() {}
-
-
- private string _key;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"key", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string key
- {
- get { return _key; }
- set { _key = value; }
- }
-
- private string _value;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 通用数值类推送结构
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PropertyStruct")]
- public partial class PropertyStruct : global::ProtoBuf.IExtensible
- {
- public PropertyStruct() {}
-
-
- private int _key;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"key", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int key
- {
- get { return _key; }
- set { _key = value; }
- }
-
- private long _value;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public long value
- {
- get { return _value; }
- set { _value = value; }
- }
-
- private int _source = default(int);
- /// <summary>
- /// 来源
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int source
- {
- get { return _source; }
- set { _source = 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=@"ObjectProperty")]
- public partial class ObjectProperty : global::ProtoBuf.IExtensible
- {
- public ObjectProperty() {}
-
-
- private int _id;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.PropertyStruct> _props = new global::System.Collections.Generic.List<pomelo.PropertyStruct>();
- [global::ProtoBuf.ProtoMember(2, Name=@"props", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.PropertyStruct> props
- {
- get { return _props; }
- }
-
- 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=@"AttributeBase")]
- public partial class AttributeBase : global::ProtoBuf.IExtensible
- {
- public AttributeBase() {}
-
-
- private int _id;
- /// <summary>
- /// 属性id, 没有则填0
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private int _value = default(int);
- /// <summary>
- /// 属性值
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int value
- {
- get { return _value; }
- set { _value = value; }
- }
-
- private int _isFormat = default(int);
- /// <summary>
- /// 是否是百分比
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isFormat", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int isFormat
- {
- get { return _isFormat; }
- set { _isFormat = value; }
- }
-
- private int _nextValue = default(int);
- /// <summary>
- /// 下一级属性(可选)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"nextValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int nextValue
- {
- get { return _nextValue; }
- set { _nextValue = value; }
- }
-
- private int _minValue = default(int);
- /// <summary>
- /// 最大值属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"minValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int minValue
- {
- get { return _minValue; }
- set { _minValue = value; }
- }
-
- private int _maxValue = default(int);
- /// <summary>
- /// 最小值属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"maxValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int maxValue
- {
- get { return _maxValue; }
- set { _maxValue = value; }
- }
-
- private int _param1 = default(int);
- /// <summary>
- /// 待定1 装备的强化增加值 技能id 精炼等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"param1", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int param1
- {
- get { return _param1; }
- set { _param1 = value; }
- }
-
- private int _param2 = default(int);
- /// <summary>
- /// 待定2 技能等级 精炼属性颜色
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"param2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int param2
- {
- get { return _param2; }
- set { _param2 = value; }
- }
-
- private int _param3 = default(int);
- /// <summary>
- /// 待定3
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"param3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int param3
- {
- get { return _param3; }
- set { _param3 = value; }
- }
-
- private int _param4 = default(int);
- /// <summary>
- /// 装备血炼属性补丁-显示id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"param4", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int param4
- {
- get { return _param4; }
- set { _param4 = 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=@"AttributeSimple")]
- public partial class AttributeSimple : global::ProtoBuf.IExtensible
- {
- public AttributeSimple() {}
-
-
- private int _id;
- /// <summary>
- /// 属性id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private int _value = default(int);
- /// <summary>
- /// 属性值
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int value
- {
- get { return _value; }
- set { _value = value; }
- }
-
- private int _desc = default(int);
- /// <summary>
- /// 策划配置的属性显示描述
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"desc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int desc
- {
- get { return _desc; }
- set { _desc = 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=@"SkillKeyStruct")]
- public partial class SkillKeyStruct : global::ProtoBuf.IExtensible
- {
- public SkillKeyStruct() {}
-
-
- private int _keyPos;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"keyPos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int keyPos
- {
- get { return _keyPos; }
- set { _keyPos = value; }
- }
-
- private int _baseSkillId;
- /// <summary>
- /// 基础技能
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"baseSkillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int baseSkillId
- {
- get { return _baseSkillId; }
- set { _baseSkillId = value; }
- }
-
- private int _advancedSkillId;
- /// <summary>
- /// 当前佩戴的技能
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"advancedSkillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int advancedSkillId
- {
- get { return _advancedSkillId; }
- set { _advancedSkillId = value; }
- }
-
- private string _icon;
- /// <summary>
- /// 当前佩戴的技能icon
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"icon", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string icon
- {
- get { return _icon; }
- set { _icon = value; }
- }
-
- private int _flag;
- /// <summary>
- /// 0为没开 1为开启
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int flag
- {
- get { return _flag; }
- set { _flag = value; }
- }
-
- private int _unlockLevel;
- /// <summary>
- /// 解锁等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"unlockLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int unlockLevel
- {
- get { return _unlockLevel; }
- set { _unlockLevel = value; }
- }
-
- private string _name = "";
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private string _baseSkillIcon = "";
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"baseSkillIcon", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string baseSkillIcon
- {
- get { return _baseSkillIcon; }
- set { _baseSkillIcon = 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=@"OpenTimeInfo")]
- public partial class OpenTimeInfo : global::ProtoBuf.IExtensible
- {
- public OpenTimeInfo() {}
-
-
- private long _openTime = default(long);
- /// <summary>
- /// 开始时间
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"openTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long openTime
- {
- get { return _openTime; }
- set { _openTime = value; }
- }
-
- private long _closeTime = default(long);
- /// <summary>
- /// 结束时间
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"closeTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long closeTime
- {
- get { return _closeTime; }
- set { _closeTime = 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=@"Avatar")]
- public partial class Avatar : global::ProtoBuf.IExtensible
- {
- public Avatar() {}
-
-
- private int _tag;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"tag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int tag
- {
- get { return _tag; }
- set { _tag = value; }
- }
-
- private string _fileName;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"fileName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string fileName
- {
- get { return _fileName; }
- set { _fileName = value; }
- }
-
- private int _effectType;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"effectType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int effectType
- {
- get { return _effectType; }
- set { _effectType = 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=@"ErrMsg")]
- public partial class ErrMsg : global::ProtoBuf.IExtensible
- {
- public ErrMsg() {}
-
-
- 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>
- /// 镇妖塔层信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DemonTowerFloorInfo")]
- public partial class DemonTowerFloorInfo : global::ProtoBuf.IExtensible
- {
- public DemonTowerFloorInfo() {}
-
-
- private int _floorId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"floorId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int floorId
- {
- get { return _floorId; }
- set { _floorId = value; }
- }
-
- private string _firstPlayerName = "";
- /// <summary>
- /// 全服首次通关玩家姓名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"firstPlayerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string firstPlayerName
- {
- get { return _firstPlayerName; }
- set { _firstPlayerName = value; }
- }
-
- private long _firstPlayerDate = default(long);
- /// <summary>
- /// 全服首次通关玩家日期
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"firstPlayerDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long firstPlayerDate
- {
- get { return _firstPlayerDate; }
- set { _firstPlayerDate = value; }
- }
-
- private string _fastPlayerName = "";
- /// <summary>
- /// 全服最快通关玩家姓名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"fastPlayerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string fastPlayerName
- {
- get { return _fastPlayerName; }
- set { _fastPlayerName = value; }
- }
-
- private int _fastPlayerTime = default(int);
- /// <summary>
- /// 全服最快通关玩家用时(秒)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"fastPlayerTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int fastPlayerTime
- {
- get { return _fastPlayerTime; }
- set { _fastPlayerTime = value; }
- }
-
- private int _myFastTime = default(int);
- /// <summary>
- /// 我的最快通关用时(秒)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"myFastTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int myFastTime
- {
- get { return _myFastTime; }
- set { _myFastTime = 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=@"OpenArtifactInfo")]
- public partial class OpenArtifactInfo : global::ProtoBuf.IExtensible
- {
- public OpenArtifactInfo() {}
-
-
- private int _id;
- /// <summary>
- /// 任务编号
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private int _schedule = default(int);
- /// <summary>
- /// 任务进度
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"schedule", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int schedule
- {
- get { return _schedule; }
- set { _schedule = value; }
- }
-
- private int _status = default(int);
- /// <summary>
- /// 任务状态(0:未完成 1:完成)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int status
- {
- get { return _status; }
- set { _status = value; }
- }
-
- private int _symbol = default(int);
- /// <summary>
- /// 符类别
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"symbol", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int symbol
- {
- get { return _symbol; }
- set { _symbol = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 2.语音消息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"VoiceContent")]
- public partial class VoiceContent : global::ProtoBuf.IExtensible
- {
- public VoiceContent() {}
-
-
- private long _time = default(long);
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long time
- {
- get { return _time; }
- set { _time = value; }
- }
-
- private string _filepath = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"filepath", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string filepath
- {
- get { return _filepath; }
- set { _filepath = value; }
- }
-
- private string _fileid = "";
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"fileid", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string fileid
- {
- get { return _fileid; }
- set { _fileid = value; }
- }
-
- private string _asrResult = "";
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"asrResult", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string asrResult
- {
- get { return _asrResult; }
- set { _asrResult = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 3.装备道具
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ItemContent")]
- public partial class ItemContent : global::ProtoBuf.IExtensible
- {
- public ItemContent() {}
-
-
- private string _id = "";
- /// <summary>
- /// 装备唯一ID
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private string _templateId = "";
- /// <summary>
- /// 装备ID
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"templateId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string templateId
- {
- get { return _templateId; }
- set { _templateId = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 4.位置消息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MapContent")]
- public partial class MapContent : global::ProtoBuf.IExtensible
- {
- public MapContent() {}
-
-
- private int _areaId = default(int);
- /// <summary>
- /// 区域ID
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int areaId
- {
- get { return _areaId; }
- set { _areaId = value; }
- }
-
- private int _mapId = default(int);
- /// <summary>
- /// 地图ID
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"mapId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int mapId
- {
- get { return _mapId; }
- set { _mapId = value; }
- }
-
- private int _posX = default(int);
- /// <summary>
- /// posX
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"posX", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int posX
- {
- get { return _posX; }
- set { _posX = value; }
- }
-
- private int _posY = default(int);
- /// <summary>
- /// posY
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"posY", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int posY
- {
- get { return _posY; }
- set { _posY = value; }
- }
-
- private string _instanceId = "";
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string instanceId
- {
- get { return _instanceId; }
- set { _instanceId = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 5.队伍招募
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TeamContent")]
- public partial class TeamContent : global::ProtoBuf.IExtensible
- {
- public TeamContent() {}
-
-
- private string _teamId = "";
- /// <summary>
- /// 队伍id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"teamId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string teamId
- {
- get { return _teamId; }
- set { _teamId = value; }
- }
-
- private int _targetServerId = default(int);
- /// <summary>
- /// 队伍的逻辑服id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"targetServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int targetServerId
- {
- get { return _targetServerId; }
- set { _targetServerId = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 6.公会招募
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildContent")]
- public partial class GuildContent : global::ProtoBuf.IExtensible
- {
- public GuildContent() {}
-
-
- private string _sendPlayerId = "";
- /// <summary>
- /// 玩家id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"sendPlayerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string sendPlayerId
- {
- get { return _sendPlayerId; }
- set { _sendPlayerId = value; }
- }
-
- private string _sendGuildId = "";
- /// <summary>
- /// 公会id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"sendGuildId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string sendGuildId
- {
- get { return _sendGuildId; }
- set { _sendGuildId = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|