12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= justsogo
- // * 创建时间= 2018-10-25
- // * 用途= 杀意
- // ***************************************************************************
- // Generated from: pvpKillHandler.proto
- namespace pomelo.player
- {
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// public static final short MSG_UpgradeKillLevel = 465
- /// </summary>
-
- [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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// s2c_msg成功为空,其他弹出提示
- /// </summary>
-
- [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); }
- }
-
-
- }
-
|