//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= 李静 // * 创建时间= 2015-10-21 // * 用途= 坐骑处理器 // *************************************************************************** // Generated from: mountHandler.proto // Note: requires additional types generated from: common.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ItemData")] public partial class ItemData : global::ProtoBuf.IExtensible { public ItemData() {} private string _costId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"costId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string costId { get { return _costId; } set { _costId = value; } } private string _costItemIcon; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"costItemIcon", DataFormat = global::ProtoBuf.DataFormat.Default)] public string costItemIcon { get { return _costItemIcon; } set { _costItemIcon = value; } } private string _costItemName; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"costItemName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string costItemName { get { return _costItemName; } set { _costItemName = value; } } private int _curItemNum; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"curItemNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int curItemNum { get { return _curItemNum; } set { _curItemNum = value; } } private int _costNum; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"costNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int costNum { get { return _costNum; } set { _costNum = value; } } private int _costItemQuality; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"costItemQuality", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int costItemQuality { get { return _costItemQuality; } set { _costItemQuality = 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=@"SkinInfoData")] public partial class SkinInfoData : global::ProtoBuf.IExtensible { public SkinInfoData() {} 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 string _name; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private int _needRideLevel; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"needRideLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int needRideLevel { get { return _needRideLevel; } set { _needRideLevel = value; } } private string _icon; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"icon", DataFormat = global::ProtoBuf.DataFormat.Default)] public string icon { get { return _icon; } set { _icon = value; } } private string _modelFile; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"modelFile", DataFormat = global::ProtoBuf.DataFormat.Default)] public string modelFile { get { return _modelFile; } set { _modelFile = value; } } private string _desc; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"desc", DataFormat = global::ProtoBuf.DataFormat.Default)] public string desc { get { return _desc; } set { _desc = value; } } private int _state; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = value; } } private int _fightPowerValue; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"fightPowerValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int fightPowerValue { get { return _fightPowerValue; } set { _fightPowerValue = value; } } private readonly global::System.Collections.Generic.List _skinAttrs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"skinAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List skinAttrs { get { return _skinAttrs; } } 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=@"MountInfoData")] public partial class MountInfoData : global::ProtoBuf.IExtensible { public MountInfoData() {} 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 string _name; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private int _level; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int level { get { return _level; } set { _level = value; } } private string _icon; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"icon", DataFormat = global::ProtoBuf.DataFormat.Default)] public string icon { get { return _icon; } set { _icon = value; } } private string _modelFile; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"modelFile", DataFormat = global::ProtoBuf.DataFormat.Default)] public string modelFile { get { return _modelFile; } set { _modelFile = value; } } private string _desc; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"desc", DataFormat = global::ProtoBuf.DataFormat.Default)] public string desc { get { return _desc; } set { _desc = value; } } private int _state; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = value; } } private int _fightPowerValue; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"fightPowerValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int fightPowerValue { get { return _fightPowerValue; } set { _fightPowerValue = value; } } private readonly global::System.Collections.Generic.List _skinAttrs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"skinAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List skinAttrs { get { return _skinAttrs; } } 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=@"MountData")] public partial class MountData : global::ProtoBuf.IExtensible { public MountData() {} private int _rideLevel; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"rideLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int rideLevel { get { return _rideLevel; } set { _rideLevel = value; } } private int _starLv; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"starLv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int starLv { get { return _starLv; } set { _starLv = value; } } private int _fightPowerValue; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"fightPowerValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int fightPowerValue { get { return _fightPowerValue; } set { _fightPowerValue = value; } } private int _usingSkinID; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"usingSkinID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int usingSkinID { get { return _usingSkinID; } set { _usingSkinID = value; } } private readonly global::System.Collections.Generic.List _mountSkins = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(8, Name=@"mountSkins", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List mountSkins { get { return _mountSkins; } } private readonly global::System.Collections.Generic.List _mountAttrs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(13, Name=@"mountAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List mountAttrs { get { return _mountAttrs; } } private readonly global::System.Collections.Generic.List _mountAttrsNext = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(14, Name=@"mountAttrsNext", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List mountAttrsNext { get { return _mountAttrsNext; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 357:面板中的坐骑之间的切换 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ActiveMountSkinRequest")] public partial class ActiveMountSkinRequest : global::ProtoBuf.IExtensible { public ActiveMountSkinRequest() {} private int _c2s_skinId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_skinId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_skinId { get { return _c2s_skinId; } set { _c2s_skinId = 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=@"ActiveMountSkinResponse")] public partial class ActiveMountSkinResponse : global::ProtoBuf.IExtensible { public ActiveMountSkinResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// 241:获取已有坐骑 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetMountInfoRequest")] public partial class GetMountInfoRequest : global::ProtoBuf.IExtensible { public GetMountInfoRequest() {} 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=@"GetMountInfoResponse")] public partial class GetMountInfoResponse : global::ProtoBuf.IExtensible { public GetMountInfoResponse() {} 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 _c2s_skinId = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"c2s_skinId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List c2s_skinId { get { return _c2s_skinId; } } private int _c2s_use_skinId = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"c2s_use_skinId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_use_skinId { get { return _c2s_use_skinId; } set { _c2s_use_skinId = value; } } private readonly global::System.Collections.Generic.List _valid_period = new global::System.Collections.Generic.List(); /// /// 有效期(-1表示永久,>0表示到期时间戳) /// [global::ProtoBuf.ProtoMember(5, Name=@"valid_period", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List valid_period { get { return _valid_period; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 279:上坐骑/下坐骑(快捷键) /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RidingMountRequest")] public partial class RidingMountRequest : global::ProtoBuf.IExtensible { public RidingMountRequest() {} private int _c2s_isUp; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_isUp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_isUp { get { return _c2s_isUp; } set { _c2s_isUp = 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=@"RidingMountResponse")] public partial class RidingMountResponse : global::ProtoBuf.IExtensible { public RidingMountResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// 191:第一次选择坐骑皮肤 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ChooseFirstSkinRequest")] public partial class ChooseFirstSkinRequest : global::ProtoBuf.IExtensible { public ChooseFirstSkinRequest() {} private int _c2s_skinId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_skinId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_skinId { get { return _c2s_skinId; } set { _c2s_skinId = 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=@"ChooseFirstSkinResponse")] public partial class ChooseFirstSkinResponse : global::ProtoBuf.IExtensible { public ChooseFirstSkinResponse() {} 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=@"MountFlagPush")] public partial class MountFlagPush : global::ProtoBuf.IExtensible { public MountFlagPush() {} private int _s2c_flag = default(int); /// /// flag 0 下马 1 上马 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_flag { get { return _s2c_flag; } set { _s2c_flag = value; } } private int _s2c_usingSkinId = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_usingSkinId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_usingSkinId { get { return _s2c_usingSkinId; } set { _s2c_usingSkinId = 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=@"MountNewSkinPush")] public partial class MountNewSkinPush : global::ProtoBuf.IExtensible { public MountNewSkinPush() {} private int _s2c_skinId = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_skinId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_skinId { get { return _s2c_skinId; } set { _s2c_skinId = value; } } private string _s2c_skinName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_skinName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_skinName { get { return _s2c_skinName; } set { _s2c_skinName = value; } } private int _valid_period = default(int); /// /// 有效期(-1表示永久,>0表示到期时间戳) /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"valid_period", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int valid_period { get { return _valid_period; } set { _valid_period = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }