62 lines
2.3 KiB
C#
62 lines
2.3 KiB
C#
|
// <auto-generated>
|
||
|
// This file was generated by a tool; you should avoid making direct changes.
|
||
|
// Consider using 'partial classes' to extend these types
|
||
|
// Input: Network.proto
|
||
|
// </auto-generated>
|
||
|
|
||
|
#region Designer generated code
|
||
|
#pragma warning disable CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||
|
namespace ZGame
|
||
|
{
|
||
|
|
||
|
[global::ProtoBuf.ProtoContract(Name = @"C2S_Login")]
|
||
|
public partial class C2SLogin : global::ProtoBuf.IExtensible
|
||
|
{
|
||
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||
|
|
||
|
[global::ProtoBuf.ProtoMember(1)]
|
||
|
[global::System.ComponentModel.DefaultValue("")]
|
||
|
public string RequestKey { get; set; } = "";
|
||
|
|
||
|
[global::ProtoBuf.ProtoMember(2)]
|
||
|
[global::System.ComponentModel.DefaultValue("")]
|
||
|
public string Info { get; set; } = "";
|
||
|
|
||
|
[global::ProtoBuf.ProtoMember(3)]
|
||
|
[global::System.ComponentModel.DefaultValue("")]
|
||
|
public string LabelName { get; set; } = "";
|
||
|
|
||
|
[global::ProtoBuf.ProtoMember(4)]
|
||
|
[global::System.ComponentModel.DefaultValue("")]
|
||
|
public string Token { get; set; } = "";
|
||
|
|
||
|
}
|
||
|
|
||
|
[global::ProtoBuf.ProtoContract(Name = @"S2C_Login")]
|
||
|
public partial class S2CLogin : global::ProtoBuf.IExtensible
|
||
|
{
|
||
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||
|
|
||
|
[global::ProtoBuf.ProtoMember(1)]
|
||
|
[global::System.ComponentModel.DefaultValue("")]
|
||
|
public string Code { get; set; } = "";
|
||
|
|
||
|
[global::ProtoBuf.ProtoMember(2)]
|
||
|
[global::System.ComponentModel.DefaultValue("")]
|
||
|
public string RequestKey { get; set; } = "";
|
||
|
|
||
|
[global::ProtoBuf.ProtoMember(3)]
|
||
|
[global::System.ComponentModel.DefaultValue("")]
|
||
|
public string Data { get; set; } = "";
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||
|
#endregion
|