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:
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch5Sb2d1ZUNvbW1vblJlbW92ZU1pcmFjbGUucHJvdG8iLgoYUm9ndWVDb21t",
|
||||
"b25SZW1vdmVNaXJhY2xlEhIKCm1pcmFjbGVfaWQYAyABKA1CHqoCG0VnZ0xp",
|
||||
"b25SZW1vdmVNaXJhY2xlEhIKCm1pcmFjbGVfaWQYCiABKA1CHqoCG0VnZ0xp",
|
||||
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "miracle_id" field.</summary>
|
||||
public const int MiracleIdFieldNumber = 3;
|
||||
public const int MiracleIdFieldNumber = 10;
|
||||
private uint miracleId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (MiracleId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(MiracleId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (MiracleId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(MiracleId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 24: {
|
||||
case 80: {
|
||||
MiracleId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 24: {
|
||||
case 80: {
|
||||
MiracleId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user