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,8 +26,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CitTdGFydEFldGhlckRpdmlkZUNoYWxsZW5nZUJhdHRsZVNjUnNwLnByb3Rv",
|
||||
"GhxBZXRoZXJEaXZpZGVCYXR0bGVJbmZvLnByb3RvImYKJVN0YXJ0QWV0aGVy",
|
||||
"RGl2aWRlQ2hhbGxlbmdlQmF0dGxlU2NSc3ASLAoLYmF0dGxlX2luZm8YBSAB",
|
||||
"KAsyFy5BZXRoZXJEaXZpZGVCYXR0bGVJbmZvEg8KB3JldGNvZGUYAyABKA1C",
|
||||
"RGl2aWRlQ2hhbGxlbmdlQmF0dGxlU2NSc3ASLAoLYmF0dGxlX2luZm8YCyAB",
|
||||
"KAsyFy5BZXRoZXJEaXZpZGVCYXR0bGVJbmZvEg8KB3JldGNvZGUYDCABKA1C",
|
||||
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherDivideBattleInfoReflection.Descriptor, },
|
||||
@@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "battle_info" field.</summary>
|
||||
public const int BattleInfoFieldNumber = 5;
|
||||
public const int BattleInfoFieldNumber = 11;
|
||||
private global::EggLink.DanhengServer.Proto.AetherDivideBattleInfo battleInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 3;
|
||||
public const int RetcodeFieldNumber = 12;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -153,14 +153,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (battleInfo_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(BattleInfo);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -171,14 +171,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (battleInfo_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(BattleInfo);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -231,17 +231,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 24: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
case 90: {
|
||||
if (battleInfo_ == null) {
|
||||
BattleInfo = new global::EggLink.DanhengServer.Proto.AetherDivideBattleInfo();
|
||||
}
|
||||
input.ReadMessage(BattleInfo);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -257,17 +257,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 24: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
case 90: {
|
||||
if (battleInfo_ == null) {
|
||||
BattleInfo = new global::EggLink.DanhengServer.Proto.AetherDivideBattleInfo();
|
||||
}
|
||||
input.ReadMessage(BattleInfo);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user