//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= justsogo // * 创建时间= 2018-10-25 // * 用途= 杀意 // *************************************************************************** // Generated from: pvpKillHandler.proto namespace pomelo.player { //--------------------------------------------------------------------------------------- /// /// public static final short MSG_UpgradeKillLevel = 465 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeKillLevelRequest")] public partial class UpgradeKillLevelRequest : global::ProtoBuf.IExtensible { public UpgradeKillLevelRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// s2c_msg成功为空,其他弹出提示 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeKillLevelResponse")] public partial class UpgradeKillLevelResponse : global::ProtoBuf.IExtensible { public UpgradeKillLevelResponse() {} 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); } } }