123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628 |
- //------------------------------------------------------------------------------
- // <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-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<pomelo.AttributeBase> _skinAttrs = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- [global::ProtoBuf.ProtoMember(9, Name=@"skinAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> 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<pomelo.AttributeBase> _skinAttrs = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- [global::ProtoBuf.ProtoMember(9, Name=@"skinAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> 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<int> _mountSkins = new global::System.Collections.Generic.List<int>();
- [global::ProtoBuf.ProtoMember(8, Name=@"mountSkins", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public global::System.Collections.Generic.List<int> mountSkins
- {
- get { return _mountSkins; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _mountAttrs = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- [global::ProtoBuf.ProtoMember(13, Name=@"mountAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> mountAttrs
- {
- get { return _mountAttrs; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _mountAttrsNext = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- [global::ProtoBuf.ProtoMember(14, Name=@"mountAttrsNext", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 357:面板中的坐骑之间的切换
- /// </summary>
-
- [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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 241:获取已有坐骑
- /// </summary>
-
- [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<int> _c2s_skinId = new global::System.Collections.Generic.List<int>();
- [global::ProtoBuf.ProtoMember(3, Name=@"c2s_skinId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public global::System.Collections.Generic.List<int> 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<int> _valid_period = new global::System.Collections.Generic.List<int>();
- /// <summary>
- /// 有效期(-1表示永久,>0表示到期时间戳)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, Name=@"valid_period", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public global::System.Collections.Generic.List<int> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 279:上坐骑/下坐骑(快捷键)
- /// </summary>
-
- [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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 191:第一次选择坐骑皮肤
- /// </summary>
-
- [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);
- /// <summary>
- /// flag 0 下马 1 上马
- /// </summary>
-
- [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);
- /// <summary>
- /// 有效期(-1表示永久,>0表示到期时间戳)
- /// </summary>
-
- [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); }
- }
-
-
- }
-
|