Files
DanhengServer-OpenSource/Proto/PlayerDetailInfo.cs
2025-12-14 11:26:01 +08:00

1015 lines
37 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(
"ChZQbGF5ZXJEZXRhaWxJbmZvLnByb3RvGhNIZWFkRnJhbWVJbmZvLnByb3Rv",
"GhZQbGF5ZXJPdXRmaXRJbmZvLnByb3RvGh1EaXNwbGF5QXZhdGFyRGV0YWls",
"SW5mby5wcm90bxoSUGxhdGZvcm1UeXBlLnByb3RvGhZQbGF5ZXJSZWNvcmRJ",
"bmZvLnByb3RvGhVQcml2YWN5U2V0dGluZ3MucHJvdG8aG1BsYXllckRpc3Bs",
"YXlTZXR0aW5ncy5wcm90byLuBAoQUGxheWVyRGV0YWlsSW5mbxITCgtHTUFM",
"Q1BOT0hCRhgHIAEoCRIRCglpc19iYW5uZWQYASABKAgSJgoLcmVjb3JkX2lu",
"Zm8YCiABKAsyES5QbGF5ZXJSZWNvcmRJbmZvEhAKCG5pY2tuYW1lGA0gASgJ",
"EhMKC0VNT0JJSkJES0VJGAUgASgIEiMKCmhlYWRfZnJhbWUYuQEgASgLMg4u",
"SGVhZEZyYW1lSW5mbxIrChBwcml2YWN5X3NldHRpbmdzGKYCIAEoCzIQLlBy",
"aXZhY3lTZXR0aW5ncxITCgtLQk1HQk5JTkZCSxgPIAEoDRITCgt3b3JsZF9s",
"ZXZlbBgEIAEoDRIWCg1wZXJzb25hbF9jYXJkGKUGIAEoDRITCgtPT09QQkhJ",
"TU5GRBgOIAEoDRIfCghwbGF0Zm9ybRgGIAEoDjINLlBsYXRmb3JtVHlwZRIL",
"CgN1aWQYCCABKA0SLAoLT05LSExIT0pIR04Y2wUgASgLMhYuUGxheWVyRGlz",
"cGxheVNldHRpbmdzEjUKEmFzc2lzdF9hdmF0YXJfbGlzdBjfCCADKAsyGC5E",
"aXNwbGF5QXZhdGFyRGV0YWlsSW5mbxImCgtvdXRmaXRfaW5mbxhfIAEoCzIR",
"LlBsYXllck91dGZpdEluZm8SEQoJaGVhZF9pY29uGAIgASgNEjUKE2Rpc3Bs",
"YXlfYXZhdGFyX2xpc3QYAyADKAsyGC5EaXNwbGF5QXZhdGFyRGV0YWlsSW5m",
"bxINCgVsZXZlbBgJIAEoDRITCgtBS0NFSkZDRkJBThgMIAEoCRIRCglzaWdu",
"YXR1cmUYCyABKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeadFrameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerOutfitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PrivacySettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerDisplaySettingsReflection.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[]{ "GMALCPNOHBF", "IsBanned", "RecordInfo", "Nickname", "EMOBIJBDKEI", "HeadFrame", "PrivacySettings", "KBMGBNINFBK", "WorldLevel", "PersonalCard", "OOOPBHIMNFD", "Platform", "Uid", "ONKHLHOJHGN", "AssistAvatarList", "OutfitInfo", "HeadIcon", "DisplayAvatarList", "Level", "AKCEJFCFBAN", "Signature" }, 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() {
gMALCPNOHBF_ = other.gMALCPNOHBF_;
isBanned_ = other.isBanned_;
recordInfo_ = other.recordInfo_ != null ? other.recordInfo_.Clone() : null;
nickname_ = other.nickname_;
eMOBIJBDKEI_ = other.eMOBIJBDKEI_;
headFrame_ = other.headFrame_ != null ? other.headFrame_.Clone() : null;
privacySettings_ = other.privacySettings_ != null ? other.privacySettings_.Clone() : null;
kBMGBNINFBK_ = other.kBMGBNINFBK_;
worldLevel_ = other.worldLevel_;
personalCard_ = other.personalCard_;
oOOPBHIMNFD_ = other.oOOPBHIMNFD_;
platform_ = other.platform_;
uid_ = other.uid_;
oNKHLHOJHGN_ = other.oNKHLHOJHGN_ != null ? other.oNKHLHOJHGN_.Clone() : null;
assistAvatarList_ = other.assistAvatarList_.Clone();
outfitInfo_ = other.outfitInfo_ != null ? other.outfitInfo_.Clone() : null;
headIcon_ = other.headIcon_;
displayAvatarList_ = other.displayAvatarList_.Clone();
level_ = other.level_;
aKCEJFCFBAN_ = other.aKCEJFCFBAN_;
signature_ = other.signature_;
_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 "GMALCPNOHBF" field.</summary>
public const int GMALCPNOHBFFieldNumber = 7;
private string gMALCPNOHBF_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string GMALCPNOHBF {
get { return gMALCPNOHBF_; }
set {
gMALCPNOHBF_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "is_banned" field.</summary>
public const int IsBannedFieldNumber = 1;
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 "record_info" field.</summary>
public const int RecordInfoFieldNumber = 10;
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 "nickname" field.</summary>
public const int NicknameFieldNumber = 13;
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 "EMOBIJBDKEI" field.</summary>
public const int EMOBIJBDKEIFieldNumber = 5;
private bool eMOBIJBDKEI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool EMOBIJBDKEI {
get { return eMOBIJBDKEI_; }
set {
eMOBIJBDKEI_ = value;
}
}
/// <summary>Field number for the "head_frame" field.</summary>
public const int HeadFrameFieldNumber = 185;
private global::EggLink.DanhengServer.Proto.HeadFrameInfo headFrame_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.HeadFrameInfo HeadFrame {
get { return headFrame_; }
set {
headFrame_ = value;
}
}
/// <summary>Field number for the "privacy_settings" field.</summary>
public const int PrivacySettingsFieldNumber = 294;
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 "KBMGBNINFBK" field.</summary>
public const int KBMGBNINFBKFieldNumber = 15;
private uint kBMGBNINFBK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KBMGBNINFBK {
get { return kBMGBNINFBK_; }
set {
kBMGBNINFBK_ = value;
}
}
/// <summary>Field number for the "world_level" field.</summary>
public const int WorldLevelFieldNumber = 4;
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 "personal_card" field.</summary>
public const int PersonalCardFieldNumber = 805;
private uint personalCard_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PersonalCard {
get { return personalCard_; }
set {
personalCard_ = value;
}
}
/// <summary>Field number for the "OOOPBHIMNFD" field.</summary>
public const int OOOPBHIMNFDFieldNumber = 14;
private uint oOOPBHIMNFD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OOOPBHIMNFD {
get { return oOOPBHIMNFD_; }
set {
oOOPBHIMNFD_ = value;
}
}
/// <summary>Field number for the "platform" field.</summary>
public const int PlatformFieldNumber = 6;
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 "uid" field.</summary>
public const int UidFieldNumber = 8;
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 "ONKHLHOJHGN" field.</summary>
public const int ONKHLHOJHGNFieldNumber = 731;
private global::EggLink.DanhengServer.Proto.PlayerDisplaySettings oNKHLHOJHGN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PlayerDisplaySettings ONKHLHOJHGN {
get { return oNKHLHOJHGN_; }
set {
oNKHLHOJHGN_ = value;
}
}
/// <summary>Field number for the "assist_avatar_list" field.</summary>
public const int AssistAvatarListFieldNumber = 1119;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> _repeated_assistAvatarList_codec
= pb::FieldCodec.ForMessage(8954, 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 "outfit_info" field.</summary>
public const int OutfitInfoFieldNumber = 95;
private global::EggLink.DanhengServer.Proto.PlayerOutfitInfo outfitInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PlayerOutfitInfo OutfitInfo {
get { return outfitInfo_; }
set {
outfitInfo_ = value;
}
}
/// <summary>Field number for the "head_icon" field.</summary>
public const int HeadIconFieldNumber = 2;
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 "display_avatar_list" field.</summary>
public const int DisplayAvatarListFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo> _repeated_displayAvatarList_codec
= pb::FieldCodec.ForMessage(26, 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 "level" field.</summary>
public const int LevelFieldNumber = 9;
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 "AKCEJFCFBAN" field.</summary>
public const int AKCEJFCFBANFieldNumber = 12;
private string aKCEJFCFBAN_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string AKCEJFCFBAN {
get { return aKCEJFCFBAN_; }
set {
aKCEJFCFBAN_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "signature" field.</summary>
public const int SignatureFieldNumber = 11;
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");
}
}
[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 (GMALCPNOHBF != other.GMALCPNOHBF) return false;
if (IsBanned != other.IsBanned) return false;
if (!object.Equals(RecordInfo, other.RecordInfo)) return false;
if (Nickname != other.Nickname) return false;
if (EMOBIJBDKEI != other.EMOBIJBDKEI) return false;
if (!object.Equals(HeadFrame, other.HeadFrame)) return false;
if (!object.Equals(PrivacySettings, other.PrivacySettings)) return false;
if (KBMGBNINFBK != other.KBMGBNINFBK) return false;
if (WorldLevel != other.WorldLevel) return false;
if (PersonalCard != other.PersonalCard) return false;
if (OOOPBHIMNFD != other.OOOPBHIMNFD) return false;
if (Platform != other.Platform) return false;
if (Uid != other.Uid) return false;
if (!object.Equals(ONKHLHOJHGN, other.ONKHLHOJHGN)) return false;
if(!assistAvatarList_.Equals(other.assistAvatarList_)) return false;
if (!object.Equals(OutfitInfo, other.OutfitInfo)) return false;
if (HeadIcon != other.HeadIcon) return false;
if(!displayAvatarList_.Equals(other.displayAvatarList_)) return false;
if (Level != other.Level) return false;
if (AKCEJFCFBAN != other.AKCEJFCFBAN) return false;
if (Signature != other.Signature) 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 (GMALCPNOHBF.Length != 0) hash ^= GMALCPNOHBF.GetHashCode();
if (IsBanned != false) hash ^= IsBanned.GetHashCode();
if (recordInfo_ != null) hash ^= RecordInfo.GetHashCode();
if (Nickname.Length != 0) hash ^= Nickname.GetHashCode();
if (EMOBIJBDKEI != false) hash ^= EMOBIJBDKEI.GetHashCode();
if (headFrame_ != null) hash ^= HeadFrame.GetHashCode();
if (privacySettings_ != null) hash ^= PrivacySettings.GetHashCode();
if (KBMGBNINFBK != 0) hash ^= KBMGBNINFBK.GetHashCode();
if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode();
if (PersonalCard != 0) hash ^= PersonalCard.GetHashCode();
if (OOOPBHIMNFD != 0) hash ^= OOOPBHIMNFD.GetHashCode();
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) hash ^= Platform.GetHashCode();
if (Uid != 0) hash ^= Uid.GetHashCode();
if (oNKHLHOJHGN_ != null) hash ^= ONKHLHOJHGN.GetHashCode();
hash ^= assistAvatarList_.GetHashCode();
if (outfitInfo_ != null) hash ^= OutfitInfo.GetHashCode();
if (HeadIcon != 0) hash ^= HeadIcon.GetHashCode();
hash ^= displayAvatarList_.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (AKCEJFCFBAN.Length != 0) hash ^= AKCEJFCFBAN.GetHashCode();
if (Signature.Length != 0) hash ^= Signature.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 (IsBanned != false) {
output.WriteRawTag(8);
output.WriteBool(IsBanned);
}
if (HeadIcon != 0) {
output.WriteRawTag(16);
output.WriteUInt32(HeadIcon);
}
displayAvatarList_.WriteTo(output, _repeated_displayAvatarList_codec);
if (WorldLevel != 0) {
output.WriteRawTag(32);
output.WriteUInt32(WorldLevel);
}
if (EMOBIJBDKEI != false) {
output.WriteRawTag(40);
output.WriteBool(EMOBIJBDKEI);
}
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
output.WriteRawTag(48);
output.WriteEnum((int) Platform);
}
if (GMALCPNOHBF.Length != 0) {
output.WriteRawTag(58);
output.WriteString(GMALCPNOHBF);
}
if (Uid != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Uid);
}
if (Level != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Level);
}
if (recordInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(RecordInfo);
}
if (Signature.Length != 0) {
output.WriteRawTag(90);
output.WriteString(Signature);
}
if (AKCEJFCFBAN.Length != 0) {
output.WriteRawTag(98);
output.WriteString(AKCEJFCFBAN);
}
if (Nickname.Length != 0) {
output.WriteRawTag(106);
output.WriteString(Nickname);
}
if (OOOPBHIMNFD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(OOOPBHIMNFD);
}
if (KBMGBNINFBK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(KBMGBNINFBK);
}
if (outfitInfo_ != null) {
output.WriteRawTag(250, 5);
output.WriteMessage(OutfitInfo);
}
if (headFrame_ != null) {
output.WriteRawTag(202, 11);
output.WriteMessage(HeadFrame);
}
if (privacySettings_ != null) {
output.WriteRawTag(178, 18);
output.WriteMessage(PrivacySettings);
}
if (oNKHLHOJHGN_ != null) {
output.WriteRawTag(218, 45);
output.WriteMessage(ONKHLHOJHGN);
}
if (PersonalCard != 0) {
output.WriteRawTag(168, 50);
output.WriteUInt32(PersonalCard);
}
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 (IsBanned != false) {
output.WriteRawTag(8);
output.WriteBool(IsBanned);
}
if (HeadIcon != 0) {
output.WriteRawTag(16);
output.WriteUInt32(HeadIcon);
}
displayAvatarList_.WriteTo(ref output, _repeated_displayAvatarList_codec);
if (WorldLevel != 0) {
output.WriteRawTag(32);
output.WriteUInt32(WorldLevel);
}
if (EMOBIJBDKEI != false) {
output.WriteRawTag(40);
output.WriteBool(EMOBIJBDKEI);
}
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
output.WriteRawTag(48);
output.WriteEnum((int) Platform);
}
if (GMALCPNOHBF.Length != 0) {
output.WriteRawTag(58);
output.WriteString(GMALCPNOHBF);
}
if (Uid != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Uid);
}
if (Level != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Level);
}
if (recordInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(RecordInfo);
}
if (Signature.Length != 0) {
output.WriteRawTag(90);
output.WriteString(Signature);
}
if (AKCEJFCFBAN.Length != 0) {
output.WriteRawTag(98);
output.WriteString(AKCEJFCFBAN);
}
if (Nickname.Length != 0) {
output.WriteRawTag(106);
output.WriteString(Nickname);
}
if (OOOPBHIMNFD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(OOOPBHIMNFD);
}
if (KBMGBNINFBK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(KBMGBNINFBK);
}
if (outfitInfo_ != null) {
output.WriteRawTag(250, 5);
output.WriteMessage(OutfitInfo);
}
if (headFrame_ != null) {
output.WriteRawTag(202, 11);
output.WriteMessage(HeadFrame);
}
if (privacySettings_ != null) {
output.WriteRawTag(178, 18);
output.WriteMessage(PrivacySettings);
}
if (oNKHLHOJHGN_ != null) {
output.WriteRawTag(218, 45);
output.WriteMessage(ONKHLHOJHGN);
}
if (PersonalCard != 0) {
output.WriteRawTag(168, 50);
output.WriteUInt32(PersonalCard);
}
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 (GMALCPNOHBF.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(GMALCPNOHBF);
}
if (IsBanned != false) {
size += 1 + 1;
}
if (recordInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RecordInfo);
}
if (Nickname.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname);
}
if (EMOBIJBDKEI != false) {
size += 1 + 1;
}
if (headFrame_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(HeadFrame);
}
if (privacySettings_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(PrivacySettings);
}
if (KBMGBNINFBK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KBMGBNINFBK);
}
if (WorldLevel != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel);
}
if (PersonalCard != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PersonalCard);
}
if (OOOPBHIMNFD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOOPBHIMNFD);
}
if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Platform);
}
if (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
if (oNKHLHOJHGN_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ONKHLHOJHGN);
}
size += assistAvatarList_.CalculateSize(_repeated_assistAvatarList_codec);
if (outfitInfo_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(OutfitInfo);
}
if (HeadIcon != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HeadIcon);
}
size += displayAvatarList_.CalculateSize(_repeated_displayAvatarList_codec);
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (AKCEJFCFBAN.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(AKCEJFCFBAN);
}
if (Signature.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Signature);
}
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.GMALCPNOHBF.Length != 0) {
GMALCPNOHBF = other.GMALCPNOHBF;
}
if (other.IsBanned != false) {
IsBanned = other.IsBanned;
}
if (other.recordInfo_ != null) {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.PlayerRecordInfo();
}
RecordInfo.MergeFrom(other.RecordInfo);
}
if (other.Nickname.Length != 0) {
Nickname = other.Nickname;
}
if (other.EMOBIJBDKEI != false) {
EMOBIJBDKEI = other.EMOBIJBDKEI;
}
if (other.headFrame_ != null) {
if (headFrame_ == null) {
HeadFrame = new global::EggLink.DanhengServer.Proto.HeadFrameInfo();
}
HeadFrame.MergeFrom(other.HeadFrame);
}
if (other.privacySettings_ != null) {
if (privacySettings_ == null) {
PrivacySettings = new global::EggLink.DanhengServer.Proto.PrivacySettings();
}
PrivacySettings.MergeFrom(other.PrivacySettings);
}
if (other.KBMGBNINFBK != 0) {
KBMGBNINFBK = other.KBMGBNINFBK;
}
if (other.WorldLevel != 0) {
WorldLevel = other.WorldLevel;
}
if (other.PersonalCard != 0) {
PersonalCard = other.PersonalCard;
}
if (other.OOOPBHIMNFD != 0) {
OOOPBHIMNFD = other.OOOPBHIMNFD;
}
if (other.Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) {
Platform = other.Platform;
}
if (other.Uid != 0) {
Uid = other.Uid;
}
if (other.oNKHLHOJHGN_ != null) {
if (oNKHLHOJHGN_ == null) {
ONKHLHOJHGN = new global::EggLink.DanhengServer.Proto.PlayerDisplaySettings();
}
ONKHLHOJHGN.MergeFrom(other.ONKHLHOJHGN);
}
assistAvatarList_.Add(other.assistAvatarList_);
if (other.outfitInfo_ != null) {
if (outfitInfo_ == null) {
OutfitInfo = new global::EggLink.DanhengServer.Proto.PlayerOutfitInfo();
}
OutfitInfo.MergeFrom(other.OutfitInfo);
}
if (other.HeadIcon != 0) {
HeadIcon = other.HeadIcon;
}
displayAvatarList_.Add(other.displayAvatarList_);
if (other.Level != 0) {
Level = other.Level;
}
if (other.AKCEJFCFBAN.Length != 0) {
AKCEJFCFBAN = other.AKCEJFCFBAN;
}
if (other.Signature.Length != 0) {
Signature = other.Signature;
}
_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 8: {
IsBanned = input.ReadBool();
break;
}
case 16: {
HeadIcon = input.ReadUInt32();
break;
}
case 26: {
displayAvatarList_.AddEntriesFrom(input, _repeated_displayAvatarList_codec);
break;
}
case 32: {
WorldLevel = input.ReadUInt32();
break;
}
case 40: {
EMOBIJBDKEI = input.ReadBool();
break;
}
case 48: {
Platform = (global::EggLink.DanhengServer.Proto.PlatformType) input.ReadEnum();
break;
}
case 58: {
GMALCPNOHBF = input.ReadString();
break;
}
case 64: {
Uid = input.ReadUInt32();
break;
}
case 72: {
Level = input.ReadUInt32();
break;
}
case 82: {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.PlayerRecordInfo();
}
input.ReadMessage(RecordInfo);
break;
}
case 90: {
Signature = input.ReadString();
break;
}
case 98: {
AKCEJFCFBAN = input.ReadString();
break;
}
case 106: {
Nickname = input.ReadString();
break;
}
case 112: {
OOOPBHIMNFD = input.ReadUInt32();
break;
}
case 120: {
KBMGBNINFBK = input.ReadUInt32();
break;
}
case 762: {
if (outfitInfo_ == null) {
OutfitInfo = new global::EggLink.DanhengServer.Proto.PlayerOutfitInfo();
}
input.ReadMessage(OutfitInfo);
break;
}
case 1482: {
if (headFrame_ == null) {
HeadFrame = new global::EggLink.DanhengServer.Proto.HeadFrameInfo();
}
input.ReadMessage(HeadFrame);
break;
}
case 2354: {
if (privacySettings_ == null) {
PrivacySettings = new global::EggLink.DanhengServer.Proto.PrivacySettings();
}
input.ReadMessage(PrivacySettings);
break;
}
case 5850: {
if (oNKHLHOJHGN_ == null) {
ONKHLHOJHGN = new global::EggLink.DanhengServer.Proto.PlayerDisplaySettings();
}
input.ReadMessage(ONKHLHOJHGN);
break;
}
case 6440: {
PersonalCard = input.ReadUInt32();
break;
}
case 8954: {
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 8: {
IsBanned = input.ReadBool();
break;
}
case 16: {
HeadIcon = input.ReadUInt32();
break;
}
case 26: {
displayAvatarList_.AddEntriesFrom(ref input, _repeated_displayAvatarList_codec);
break;
}
case 32: {
WorldLevel = input.ReadUInt32();
break;
}
case 40: {
EMOBIJBDKEI = input.ReadBool();
break;
}
case 48: {
Platform = (global::EggLink.DanhengServer.Proto.PlatformType) input.ReadEnum();
break;
}
case 58: {
GMALCPNOHBF = input.ReadString();
break;
}
case 64: {
Uid = input.ReadUInt32();
break;
}
case 72: {
Level = input.ReadUInt32();
break;
}
case 82: {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.PlayerRecordInfo();
}
input.ReadMessage(RecordInfo);
break;
}
case 90: {
Signature = input.ReadString();
break;
}
case 98: {
AKCEJFCFBAN = input.ReadString();
break;
}
case 106: {
Nickname = input.ReadString();
break;
}
case 112: {
OOOPBHIMNFD = input.ReadUInt32();
break;
}
case 120: {
KBMGBNINFBK = input.ReadUInt32();
break;
}
case 762: {
if (outfitInfo_ == null) {
OutfitInfo = new global::EggLink.DanhengServer.Proto.PlayerOutfitInfo();
}
input.ReadMessage(OutfitInfo);
break;
}
case 1482: {
if (headFrame_ == null) {
HeadFrame = new global::EggLink.DanhengServer.Proto.HeadFrameInfo();
}
input.ReadMessage(HeadFrame);
break;
}
case 2354: {
if (privacySettings_ == null) {
PrivacySettings = new global::EggLink.DanhengServer.Proto.PrivacySettings();
}
input.ReadMessage(PrivacySettings);
break;
}
case 5850: {
if (oNKHLHOJHGN_ == null) {
ONKHLHOJHGN = new global::EggLink.DanhengServer.Proto.PlayerDisplaySettings();
}
input.ReadMessage(ONKHLHOJHGN);
break;
}
case 6440: {
PersonalCard = input.ReadUInt32();
break;
}
case 8954: {
assistAvatarList_.AddEntriesFrom(ref input, _repeated_assistAvatarList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code