mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
882 lines
32 KiB
C#
882 lines
32 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerDetailInfo.proto
|
|
// </auto-generated>
|
|
#pragma warning disable 1591, 0612, 3021, 8981
|
|
#region Designer generated code
|
|
|
|
using pb = global::Google.Protobuf;
|
|
using pbc = global::Google.Protobuf.Collections;
|
|
using pbr = global::Google.Protobuf.Reflection;
|
|
using scg = global::System.Collections.Generic;
|
|
namespace EggLink.DanhengServer.Proto {
|
|
|
|
/// <summary>Holder for reflection information generated from PlayerDetailInfo.proto</summary>
|
|
public static partial class PlayerDetailInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlayerDetailInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlayerDetailInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChZQbGF5ZXJEZXRhaWxJbmZvLnByb3RvGhVQcml2YWN5U2V0dGluZ3MucHJv",
|
|
"dG8aFlBsYXllclJlY29yZEluZm8ucHJvdG8aElBsYXRmb3JtVHlwZS5wcm90",
|
|
"bxobUGxheWVyRGlzcGxheVNldHRpbmdzLnByb3RvGh1EaXNwbGF5QXZhdGFy",
|
|
"RGV0YWlsSW5mby5wcm90byKJBAoQUGxheWVyRGV0YWlsSW5mbxITCgtPQVBK",
|
|
"REhHTFBOTxgIIAEoDRI1ChNkaXNwbGF5X2F2YXRhcl9saXN0GAwgAygLMhgu",
|
|
"RGlzcGxheUF2YXRhckRldGFpbEluZm8SKwoQcHJpdmFjeV9zZXR0aW5ncxjm",
|
|
"BCABKAsyEC5Qcml2YWN5U2V0dGluZ3MSEQoJc2lnbmF0dXJlGAEgASgJEhMK",
|
|
"C3dvcmxkX2xldmVsGAsgASgNEiwKC0tEUEtNSk9LR0VCGJECIAEoCzIWLlBs",
|
|
"YXllckRpc3BsYXlTZXR0aW5ncxIRCgloZWFkX2ljb24YBSABKA0SEAoIbmlj",
|
|
"a25hbWUYAiABKAkSEwoLSkxOT0VHTEFKQUEYBCABKAgSDQoFbGV2ZWwYByAB",
|
|
"KA0SCwoDdWlkGAMgASgNEjUKEmFzc2lzdF9hdmF0YXJfbGlzdBi6DCADKAsy",
|
|
"GC5EaXNwbGF5QXZhdGFyRGV0YWlsSW5mbxImCgtyZWNvcmRfaW5mbxgPIAEo",
|
|
"CzIRLlBsYXllclJlY29yZEluZm8SHwoIcGxhdGZvcm0YCSABKA4yDS5QbGF0",
|
|
"Zm9ybVR5cGUSEwoLUERDSUxBRE1KSUoYDSABKAkSEwoLQUVPSEpJTkdJRksY",
|
|
"DiABKAkSEQoJaXNfYmFubmVkGAogASgIEhMKC0RKQUVKSU5DS0ZNGAYgASgN",
|
|
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PrivacySettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerDisplaySettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerDetailInfo), global::EggLink.DanhengServer.Proto.PlayerDetailInfo.Parser, new[]{ "OAPJDHGLPNO", "DisplayAvatarList", "PrivacySettings", "Signature", "WorldLevel", "KDPKMJOKGEB", "HeadIcon", "Nickname", "JLNOEGLAJAA", "Level", "Uid", "AssistAvatarList", "RecordInfo", "Platform", "PDCILADMJIJ", "AEOHJINGIFK", "IsBanned", "DJAEJINCKFM" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlayerDetailInfo : pb::IMessage<PlayerDetailInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlayerDetailInfo> _parser = new pb::MessageParser<PlayerDetailInfo>(() => new PlayerDetailInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlayerDetailInfo> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::EggLink.DanhengServer.Proto.PlayerDetailInfoReflection.Descriptor.MessageTypes[0]; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
get { return Descriptor; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerDetailInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerDetailInfo(PlayerDetailInfo other) : this() {
|
|
oAPJDHGLPNO_ = other.oAPJDHGLPNO_;
|
|
displayAvatarList_ = other.displayAvatarList_.Clone();
|
|
privacySettings_ = other.privacySettings_ != null ? other.privacySettings_.Clone() : null;
|
|
signature_ = other.signature_;
|
|
worldLevel_ = other.worldLevel_;
|
|
kDPKMJOKGEB_ = other.kDPKMJOKGEB_ != null ? other.kDPKMJOKGEB_.Clone() : null;
|
|
headIcon_ = other.headIcon_;
|
|
nickname_ = other.nickname_;
|
|
jLNOEGLAJAA_ = other.jLNOEGLAJAA_;
|
|
level_ = other.level_;
|
|
uid_ = other.uid_;
|
|
assistAvatarList_ = other.assistAvatarList_.Clone();
|
|
recordInfo_ = other.recordInfo_ != null ? other.recordInfo_.Clone() : null;
|
|
platform_ = other.platform_;
|
|
pDCILADMJIJ_ = other.pDCILADMJIJ_;
|
|
aEOHJINGIFK_ = other.aEOHJINGIFK_;
|
|
isBanned_ = other.isBanned_;
|
|
dJAEJINCKFM_ = other.dJAEJINCKFM_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerDetailInfo Clone() {
|
|
return new PlayerDetailInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "OAPJDHGLPNO" field.</summary>
|
|
public const int OAPJDHGLPNOFieldNumber = 8;
|
|
private uint oAPJDHGLPNO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OAPJDHGLPNO {
|
|
get { return oAPJDHGLPNO_; }
|
|
set {
|
|
oAPJDHGLPNO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "display_avatar_list" field.</summary>
|
|
public const int DisplayAvatarListFieldNumber = 12;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> _repeated_displayAvatarList_codec
|
|
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> displayAvatarList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> DisplayAvatarList {
|
|
get { return displayAvatarList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "privacy_settings" field.</summary>
|
|
public const int PrivacySettingsFieldNumber = 614;
|
|
private global::EggLink.DanhengServer.Proto.PrivacySettings privacySettings_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PrivacySettings PrivacySettings {
|
|
get { return privacySettings_; }
|
|
set {
|
|
privacySettings_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "signature" field.</summary>
|
|
public const int SignatureFieldNumber = 1;
|
|
private string signature_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Signature {
|
|
get { return signature_; }
|
|
set {
|
|
signature_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "world_level" field.</summary>
|
|
public const int WorldLevelFieldNumber = 11;
|
|
private uint worldLevel_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint WorldLevel {
|
|
get { return worldLevel_; }
|
|
set {
|
|
worldLevel_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KDPKMJOKGEB" field.</summary>
|
|
public const int KDPKMJOKGEBFieldNumber = 273;
|
|
private global::EggLink.DanhengServer.Proto.PlayerDisplaySettings kDPKMJOKGEB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PlayerDisplaySettings KDPKMJOKGEB {
|
|
get { return kDPKMJOKGEB_; }
|
|
set {
|
|
kDPKMJOKGEB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "head_icon" field.</summary>
|
|
public const int HeadIconFieldNumber = 5;
|
|
private uint headIcon_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HeadIcon {
|
|
get { return headIcon_; }
|
|
set {
|
|
headIcon_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "nickname" field.</summary>
|
|
public const int NicknameFieldNumber = 2;
|
|
private string nickname_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Nickname {
|
|
get { return nickname_; }
|
|
set {
|
|
nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JLNOEGLAJAA" field.</summary>
|
|
public const int JLNOEGLAJAAFieldNumber = 4;
|
|
private bool jLNOEGLAJAA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool JLNOEGLAJAA {
|
|
get { return jLNOEGLAJAA_; }
|
|
set {
|
|
jLNOEGLAJAA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 7;
|
|
private uint level_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Level {
|
|
get { return level_; }
|
|
set {
|
|
level_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "uid" field.</summary>
|
|
public const int UidFieldNumber = 3;
|
|
private uint uid_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Uid {
|
|
get { return uid_; }
|
|
set {
|
|
uid_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "assist_avatar_list" field.</summary>
|
|
public const int AssistAvatarListFieldNumber = 1594;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> _repeated_assistAvatarList_codec
|
|
= pb::FieldCodec.ForMessage(12754, global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> assistAvatarList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> AssistAvatarList {
|
|
get { return assistAvatarList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "record_info" field.</summary>
|
|
public const int RecordInfoFieldNumber = 15;
|
|
private global::EggLink.DanhengServer.Proto.PlayerRecordInfo recordInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PlayerRecordInfo RecordInfo {
|
|
get { return recordInfo_; }
|
|
set {
|
|
recordInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "platform" field.</summary>
|
|
public const int PlatformFieldNumber = 9;
|
|
private global::EggLink.DanhengServer.Proto.PlatformType platform_ = global::EggLink.DanhengServer.Proto.PlatformType.Editor;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PlatformType Platform {
|
|
get { return platform_; }
|
|
set {
|
|
platform_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PDCILADMJIJ" field.</summary>
|
|
public const int PDCILADMJIJFieldNumber = 13;
|
|
private string pDCILADMJIJ_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string PDCILADMJIJ {
|
|
get { return pDCILADMJIJ_; }
|
|
set {
|
|
pDCILADMJIJ_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AEOHJINGIFK" field.</summary>
|
|
public const int AEOHJINGIFKFieldNumber = 14;
|
|
private string aEOHJINGIFK_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string AEOHJINGIFK {
|
|
get { return aEOHJINGIFK_; }
|
|
set {
|
|
aEOHJINGIFK_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_banned" field.</summary>
|
|
public const int IsBannedFieldNumber = 10;
|
|
private bool isBanned_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsBanned {
|
|
get { return isBanned_; }
|
|
set {
|
|
isBanned_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DJAEJINCKFM" field.</summary>
|
|
public const int DJAEJINCKFMFieldNumber = 6;
|
|
private uint dJAEJINCKFM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DJAEJINCKFM {
|
|
get { return dJAEJINCKFM_; }
|
|
set {
|
|
dJAEJINCKFM_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlayerDetailInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlayerDetailInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (OAPJDHGLPNO != other.OAPJDHGLPNO) return false;
|
|
if(!displayAvatarList_.Equals(other.displayAvatarList_)) return false;
|
|
if (!object.Equals(PrivacySettings, other.PrivacySettings)) return false;
|
|
if (Signature != other.Signature) return false;
|
|
if (WorldLevel != other.WorldLevel) return false;
|
|
if (!object.Equals(KDPKMJOKGEB, other.KDPKMJOKGEB)) return false;
|
|
if (HeadIcon != other.HeadIcon) return false;
|
|
if (Nickname != other.Nickname) return false;
|
|
if (JLNOEGLAJAA != other.JLNOEGLAJAA) return false;
|
|
if (Level != other.Level) return false;
|
|
if (Uid != other.Uid) return false;
|
|
if(!assistAvatarList_.Equals(other.assistAvatarList_)) return false;
|
|
if (!object.Equals(RecordInfo, other.RecordInfo)) return false;
|
|
if (Platform != other.Platform) return false;
|
|
if (PDCILADMJIJ != other.PDCILADMJIJ) return false;
|
|
if (AEOHJINGIFK != other.AEOHJINGIFK) return false;
|
|
if (IsBanned != other.IsBanned) return false;
|
|
if (DJAEJINCKFM != other.DJAEJINCKFM) return false;
|
|
return Equals(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override int GetHashCode() {
|
|
int hash = 1;
|
|
if (OAPJDHGLPNO != 0) hash ^= OAPJDHGLPNO.GetHashCode();
|
|
hash ^= displayAvatarList_.GetHashCode();
|
|
if (privacySettings_ != null) hash ^= PrivacySettings.GetHashCode();
|
|
if (Signature.Length != 0) hash ^= Signature.GetHashCode();
|
|
if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode();
|
|
if (kDPKMJOKGEB_ != null) hash ^= KDPKMJOKGEB.GetHashCode();
|
|
if (HeadIcon != 0) hash ^= HeadIcon.GetHashCode();
|
|
if (Nickname.Length != 0) hash ^= Nickname.GetHashCode();
|
|
if (JLNOEGLAJAA != false) hash ^= JLNOEGLAJAA.GetHashCode();
|
|
if (Level != 0) hash ^= Level.GetHashCode();
|
|
if (Uid != 0) hash ^= Uid.GetHashCode();
|
|
hash ^= assistAvatarList_.GetHashCode();
|
|
if (recordInfo_ != null) hash ^= RecordInfo.GetHashCode();
|
|
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) hash ^= Platform.GetHashCode();
|
|
if (PDCILADMJIJ.Length != 0) hash ^= PDCILADMJIJ.GetHashCode();
|
|
if (AEOHJINGIFK.Length != 0) hash ^= AEOHJINGIFK.GetHashCode();
|
|
if (IsBanned != false) hash ^= IsBanned.GetHashCode();
|
|
if (DJAEJINCKFM != 0) hash ^= DJAEJINCKFM.GetHashCode();
|
|
if (_unknownFields != null) {
|
|
hash ^= _unknownFields.GetHashCode();
|
|
}
|
|
return hash;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override string ToString() {
|
|
return pb::JsonFormatter.ToDiagnosticString(this);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void WriteTo(pb::CodedOutputStream output) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
output.WriteRawMessage(this);
|
|
#else
|
|
if (Signature.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Signature);
|
|
}
|
|
if (Nickname.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(Nickname);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
if (JLNOEGLAJAA != false) {
|
|
output.WriteRawTag(32);
|
|
output.WriteBool(JLNOEGLAJAA);
|
|
}
|
|
if (HeadIcon != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(HeadIcon);
|
|
}
|
|
if (DJAEJINCKFM != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(DJAEJINCKFM);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (OAPJDHGLPNO != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(OAPJDHGLPNO);
|
|
}
|
|
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
|
|
output.WriteRawTag(72);
|
|
output.WriteEnum((int) Platform);
|
|
}
|
|
if (IsBanned != false) {
|
|
output.WriteRawTag(80);
|
|
output.WriteBool(IsBanned);
|
|
}
|
|
if (WorldLevel != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(WorldLevel);
|
|
}
|
|
displayAvatarList_.WriteTo(output, _repeated_displayAvatarList_codec);
|
|
if (PDCILADMJIJ.Length != 0) {
|
|
output.WriteRawTag(106);
|
|
output.WriteString(PDCILADMJIJ);
|
|
}
|
|
if (AEOHJINGIFK.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(AEOHJINGIFK);
|
|
}
|
|
if (recordInfo_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(RecordInfo);
|
|
}
|
|
if (kDPKMJOKGEB_ != null) {
|
|
output.WriteRawTag(138, 17);
|
|
output.WriteMessage(KDPKMJOKGEB);
|
|
}
|
|
if (privacySettings_ != null) {
|
|
output.WriteRawTag(178, 38);
|
|
output.WriteMessage(PrivacySettings);
|
|
}
|
|
assistAvatarList_.WriteTo(output, _repeated_assistAvatarList_codec);
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(output);
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
|
if (Signature.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Signature);
|
|
}
|
|
if (Nickname.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(Nickname);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
if (JLNOEGLAJAA != false) {
|
|
output.WriteRawTag(32);
|
|
output.WriteBool(JLNOEGLAJAA);
|
|
}
|
|
if (HeadIcon != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(HeadIcon);
|
|
}
|
|
if (DJAEJINCKFM != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(DJAEJINCKFM);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (OAPJDHGLPNO != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(OAPJDHGLPNO);
|
|
}
|
|
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
|
|
output.WriteRawTag(72);
|
|
output.WriteEnum((int) Platform);
|
|
}
|
|
if (IsBanned != false) {
|
|
output.WriteRawTag(80);
|
|
output.WriteBool(IsBanned);
|
|
}
|
|
if (WorldLevel != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(WorldLevel);
|
|
}
|
|
displayAvatarList_.WriteTo(ref output, _repeated_displayAvatarList_codec);
|
|
if (PDCILADMJIJ.Length != 0) {
|
|
output.WriteRawTag(106);
|
|
output.WriteString(PDCILADMJIJ);
|
|
}
|
|
if (AEOHJINGIFK.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(AEOHJINGIFK);
|
|
}
|
|
if (recordInfo_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(RecordInfo);
|
|
}
|
|
if (kDPKMJOKGEB_ != null) {
|
|
output.WriteRawTag(138, 17);
|
|
output.WriteMessage(KDPKMJOKGEB);
|
|
}
|
|
if (privacySettings_ != null) {
|
|
output.WriteRawTag(178, 38);
|
|
output.WriteMessage(PrivacySettings);
|
|
}
|
|
assistAvatarList_.WriteTo(ref output, _repeated_assistAvatarList_codec);
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(ref output);
|
|
}
|
|
}
|
|
#endif
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int CalculateSize() {
|
|
int size = 0;
|
|
if (OAPJDHGLPNO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OAPJDHGLPNO);
|
|
}
|
|
size += displayAvatarList_.CalculateSize(_repeated_displayAvatarList_codec);
|
|
if (privacySettings_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(PrivacySettings);
|
|
}
|
|
if (Signature.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Signature);
|
|
}
|
|
if (WorldLevel != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel);
|
|
}
|
|
if (kDPKMJOKGEB_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(KDPKMJOKGEB);
|
|
}
|
|
if (HeadIcon != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HeadIcon);
|
|
}
|
|
if (Nickname.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname);
|
|
}
|
|
if (JLNOEGLAJAA != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (Level != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
|
}
|
|
if (Uid != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
|
|
}
|
|
size += assistAvatarList_.CalculateSize(_repeated_assistAvatarList_codec);
|
|
if (recordInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RecordInfo);
|
|
}
|
|
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Platform);
|
|
}
|
|
if (PDCILADMJIJ.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(PDCILADMJIJ);
|
|
}
|
|
if (AEOHJINGIFK.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(AEOHJINGIFK);
|
|
}
|
|
if (IsBanned != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (DJAEJINCKFM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DJAEJINCKFM);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PlayerDetailInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.OAPJDHGLPNO != 0) {
|
|
OAPJDHGLPNO = other.OAPJDHGLPNO;
|
|
}
|
|
displayAvatarList_.Add(other.displayAvatarList_);
|
|
if (other.privacySettings_ != null) {
|
|
if (privacySettings_ == null) {
|
|
PrivacySettings = new global::EggLink.DanhengServer.Proto.PrivacySettings();
|
|
}
|
|
PrivacySettings.MergeFrom(other.PrivacySettings);
|
|
}
|
|
if (other.Signature.Length != 0) {
|
|
Signature = other.Signature;
|
|
}
|
|
if (other.WorldLevel != 0) {
|
|
WorldLevel = other.WorldLevel;
|
|
}
|
|
if (other.kDPKMJOKGEB_ != null) {
|
|
if (kDPKMJOKGEB_ == null) {
|
|
KDPKMJOKGEB = new global::EggLink.DanhengServer.Proto.PlayerDisplaySettings();
|
|
}
|
|
KDPKMJOKGEB.MergeFrom(other.KDPKMJOKGEB);
|
|
}
|
|
if (other.HeadIcon != 0) {
|
|
HeadIcon = other.HeadIcon;
|
|
}
|
|
if (other.Nickname.Length != 0) {
|
|
Nickname = other.Nickname;
|
|
}
|
|
if (other.JLNOEGLAJAA != false) {
|
|
JLNOEGLAJAA = other.JLNOEGLAJAA;
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
if (other.Uid != 0) {
|
|
Uid = other.Uid;
|
|
}
|
|
assistAvatarList_.Add(other.assistAvatarList_);
|
|
if (other.recordInfo_ != null) {
|
|
if (recordInfo_ == null) {
|
|
RecordInfo = new global::EggLink.DanhengServer.Proto.PlayerRecordInfo();
|
|
}
|
|
RecordInfo.MergeFrom(other.RecordInfo);
|
|
}
|
|
if (other.Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
|
|
Platform = other.Platform;
|
|
}
|
|
if (other.PDCILADMJIJ.Length != 0) {
|
|
PDCILADMJIJ = other.PDCILADMJIJ;
|
|
}
|
|
if (other.AEOHJINGIFK.Length != 0) {
|
|
AEOHJINGIFK = other.AEOHJINGIFK;
|
|
}
|
|
if (other.IsBanned != false) {
|
|
IsBanned = other.IsBanned;
|
|
}
|
|
if (other.DJAEJINCKFM != 0) {
|
|
DJAEJINCKFM = other.DJAEJINCKFM;
|
|
}
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(pb::CodedInputStream input) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
input.ReadRawMessage(this);
|
|
#else
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 10: {
|
|
Signature = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
Nickname = input.ReadString();
|
|
break;
|
|
}
|
|
case 24: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
JLNOEGLAJAA = input.ReadBool();
|
|
break;
|
|
}
|
|
case 40: {
|
|
HeadIcon = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
DJAEJINCKFM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OAPJDHGLPNO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Platform = (global::EggLink.DanhengServer.Proto.PlatformType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IsBanned = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
WorldLevel = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 98: {
|
|
displayAvatarList_.AddEntriesFrom(input, _repeated_displayAvatarList_codec);
|
|
break;
|
|
}
|
|
case 106: {
|
|
PDCILADMJIJ = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
AEOHJINGIFK = input.ReadString();
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (recordInfo_ == null) {
|
|
RecordInfo = new global::EggLink.DanhengServer.Proto.PlayerRecordInfo();
|
|
}
|
|
input.ReadMessage(RecordInfo);
|
|
break;
|
|
}
|
|
case 2186: {
|
|
if (kDPKMJOKGEB_ == null) {
|
|
KDPKMJOKGEB = new global::EggLink.DanhengServer.Proto.PlayerDisplaySettings();
|
|
}
|
|
input.ReadMessage(KDPKMJOKGEB);
|
|
break;
|
|
}
|
|
case 4914: {
|
|
if (privacySettings_ == null) {
|
|
PrivacySettings = new global::EggLink.DanhengServer.Proto.PrivacySettings();
|
|
}
|
|
input.ReadMessage(PrivacySettings);
|
|
break;
|
|
}
|
|
case 12754: {
|
|
assistAvatarList_.AddEntriesFrom(input, _repeated_assistAvatarList_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 10: {
|
|
Signature = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
Nickname = input.ReadString();
|
|
break;
|
|
}
|
|
case 24: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
JLNOEGLAJAA = input.ReadBool();
|
|
break;
|
|
}
|
|
case 40: {
|
|
HeadIcon = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
DJAEJINCKFM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OAPJDHGLPNO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Platform = (global::EggLink.DanhengServer.Proto.PlatformType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IsBanned = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
WorldLevel = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 98: {
|
|
displayAvatarList_.AddEntriesFrom(ref input, _repeated_displayAvatarList_codec);
|
|
break;
|
|
}
|
|
case 106: {
|
|
PDCILADMJIJ = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
AEOHJINGIFK = input.ReadString();
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (recordInfo_ == null) {
|
|
RecordInfo = new global::EggLink.DanhengServer.Proto.PlayerRecordInfo();
|
|
}
|
|
input.ReadMessage(RecordInfo);
|
|
break;
|
|
}
|
|
case 2186: {
|
|
if (kDPKMJOKGEB_ == null) {
|
|
KDPKMJOKGEB = new global::EggLink.DanhengServer.Proto.PlayerDisplaySettings();
|
|
}
|
|
input.ReadMessage(KDPKMJOKGEB);
|
|
break;
|
|
}
|
|
case 4914: {
|
|
if (privacySettings_ == null) {
|
|
PrivacySettings = new global::EggLink.DanhengServer.Proto.PrivacySettings();
|
|
}
|
|
input.ReadMessage(PrivacySettings);
|
|
break;
|
|
}
|
|
case 12754: {
|
|
assistAvatarList_.AddEntriesFrom(ref input, _repeated_assistAvatarList_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|