mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Update to 2.6.0 & Implement Rogue Magic
This commit is contained in:
@@ -26,13 +26,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"ChtQbGF5ZXJCb2FyZE1vZHVsZVN5bmMucHJvdG8aEkhlYWRJY29uRGF0YS5w",
|
||||
"cm90byJvChVQbGF5ZXJCb2FyZE1vZHVsZVN5bmMSLgoXdW5sb2NrZWRfaGVh",
|
||||
"ZF9pY29uX2xpc3QYDiADKAsyDS5IZWFkSWNvbkRhdGESEQoJc2lnbmF0dXJl",
|
||||
"GA0gASgJEhMKC0VERUFKT0lBRk1PGAcgASgIQh6qAhtFZ2dMaW5rLkRhbmhl",
|
||||
"ZF9pY29uX2xpc3QYAiADKAsyDS5IZWFkSWNvbkRhdGESEwoLS09JTUdCTUxP",
|
||||
"UEIYCSABKAgSEQoJc2lnbmF0dXJlGAQgASgJQh6qAhtFZ2dMaW5rLkRhbmhl",
|
||||
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeadIconDataReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync), global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync.Parser, new[]{ "UnlockedHeadIconList", "Signature", "EDEAJOIAFMO" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync), global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync.Parser, new[]{ "UnlockedHeadIconList", "KOIMGBMLOPB", "Signature" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,8 +75,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public PlayerBoardModuleSync(PlayerBoardModuleSync other) : this() {
|
||||
unlockedHeadIconList_ = other.unlockedHeadIconList_.Clone();
|
||||
kOIMGBMLOPB_ = other.kOIMGBMLOPB_;
|
||||
signature_ = other.signature_;
|
||||
eDEAJOIAFMO_ = other.eDEAJOIAFMO_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -87,9 +87,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "unlocked_head_icon_list" field.</summary>
|
||||
public const int UnlockedHeadIconListFieldNumber = 14;
|
||||
public const int UnlockedHeadIconListFieldNumber = 2;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.HeadIconData> _repeated_unlockedHeadIconList_codec
|
||||
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.HeadIconData.Parser);
|
||||
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.HeadIconData.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HeadIconData> unlockedHeadIconList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HeadIconData>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -97,8 +97,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return unlockedHeadIconList_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "KOIMGBMLOPB" field.</summary>
|
||||
public const int KOIMGBMLOPBFieldNumber = 9;
|
||||
private bool kOIMGBMLOPB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool KOIMGBMLOPB {
|
||||
get { return kOIMGBMLOPB_; }
|
||||
set {
|
||||
kOIMGBMLOPB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "signature" field.</summary>
|
||||
public const int SignatureFieldNumber = 13;
|
||||
public const int SignatureFieldNumber = 4;
|
||||
private string signature_ = "";
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -109,18 +121,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "EDEAJOIAFMO" field.</summary>
|
||||
public const int EDEAJOIAFMOFieldNumber = 7;
|
||||
private bool eDEAJOIAFMO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool EDEAJOIAFMO {
|
||||
get { return eDEAJOIAFMO_; }
|
||||
set {
|
||||
eDEAJOIAFMO_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -137,8 +137,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if(!unlockedHeadIconList_.Equals(other.unlockedHeadIconList_)) return false;
|
||||
if (KOIMGBMLOPB != other.KOIMGBMLOPB) return false;
|
||||
if (Signature != other.Signature) return false;
|
||||
if (EDEAJOIAFMO != other.EDEAJOIAFMO) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -147,8 +147,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
hash ^= unlockedHeadIconList_.GetHashCode();
|
||||
if (KOIMGBMLOPB != false) hash ^= KOIMGBMLOPB.GetHashCode();
|
||||
if (Signature.Length != 0) hash ^= Signature.GetHashCode();
|
||||
if (EDEAJOIAFMO != false) hash ^= EDEAJOIAFMO.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -167,15 +167,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (EDEAJOIAFMO != false) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteBool(EDEAJOIAFMO);
|
||||
}
|
||||
unlockedHeadIconList_.WriteTo(output, _repeated_unlockedHeadIconList_codec);
|
||||
if (Signature.Length != 0) {
|
||||
output.WriteRawTag(106);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteString(Signature);
|
||||
}
|
||||
unlockedHeadIconList_.WriteTo(output, _repeated_unlockedHeadIconList_codec);
|
||||
if (KOIMGBMLOPB != false) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(KOIMGBMLOPB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -186,15 +186,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (EDEAJOIAFMO != false) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteBool(EDEAJOIAFMO);
|
||||
}
|
||||
unlockedHeadIconList_.WriteTo(ref output, _repeated_unlockedHeadIconList_codec);
|
||||
if (Signature.Length != 0) {
|
||||
output.WriteRawTag(106);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteString(Signature);
|
||||
}
|
||||
unlockedHeadIconList_.WriteTo(ref output, _repeated_unlockedHeadIconList_codec);
|
||||
if (KOIMGBMLOPB != false) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(KOIMGBMLOPB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -206,12 +206,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
size += unlockedHeadIconList_.CalculateSize(_repeated_unlockedHeadIconList_codec);
|
||||
if (KOIMGBMLOPB != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (Signature.Length != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeStringSize(Signature);
|
||||
}
|
||||
if (EDEAJOIAFMO != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -225,12 +225,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return;
|
||||
}
|
||||
unlockedHeadIconList_.Add(other.unlockedHeadIconList_);
|
||||
if (other.KOIMGBMLOPB != false) {
|
||||
KOIMGBMLOPB = other.KOIMGBMLOPB;
|
||||
}
|
||||
if (other.Signature.Length != 0) {
|
||||
Signature = other.Signature;
|
||||
}
|
||||
if (other.EDEAJOIAFMO != false) {
|
||||
EDEAJOIAFMO = other.EDEAJOIAFMO;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -246,16 +246,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 56: {
|
||||
EDEAJOIAFMO = input.ReadBool();
|
||||
case 18: {
|
||||
unlockedHeadIconList_.AddEntriesFrom(input, _repeated_unlockedHeadIconList_codec);
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
case 34: {
|
||||
Signature = input.ReadString();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
unlockedHeadIconList_.AddEntriesFrom(input, _repeated_unlockedHeadIconList_codec);
|
||||
case 72: {
|
||||
KOIMGBMLOPB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -273,16 +273,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 56: {
|
||||
EDEAJOIAFMO = input.ReadBool();
|
||||
case 18: {
|
||||
unlockedHeadIconList_.AddEntriesFrom(ref input, _repeated_unlockedHeadIconList_codec);
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
case 34: {
|
||||
Signature = input.ReadString();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
unlockedHeadIconList_.AddEntriesFrom(ref input, _repeated_unlockedHeadIconList_codec);
|
||||
case 72: {
|
||||
KOIMGBMLOPB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user