mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: update to game 3.0.51
This commit is contained in:
@@ -25,12 +25,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiJNdWx0aXBsYXllckdldEZpZ2h0R2F0ZUNzUmVxLnByb3RvIjMKHE11bHRp",
|
||||
"cGxheWVyR2V0RmlnaHRHYXRlQ3NSZXESEwoLQkpJTkZKTkZPTkwYBCABKA1C",
|
||||
"cGxheWVyR2V0RmlnaHRHYXRlQ3NSZXESEwoLcGxheWVyX2RhdGEYBiABKA1C",
|
||||
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiplayerGetFightGateCsReq), global::EggLink.DanhengServer.Proto.MultiplayerGetFightGateCsReq.Parser, new[]{ "BJINFJNFONL" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiplayerGetFightGateCsReq), global::EggLink.DanhengServer.Proto.MultiplayerGetFightGateCsReq.Parser, new[]{ "PlayerData" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public MultiplayerGetFightGateCsReq(MultiplayerGetFightGateCsReq other) : this() {
|
||||
bJINFJNFONL_ = other.bJINFJNFONL_;
|
||||
playerData_ = other.playerData_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new MultiplayerGetFightGateCsReq(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BJINFJNFONL" field.</summary>
|
||||
public const int BJINFJNFONLFieldNumber = 4;
|
||||
private uint bJINFJNFONL_;
|
||||
/// <summary>Field number for the "player_data" field.</summary>
|
||||
public const int PlayerDataFieldNumber = 6;
|
||||
private uint playerData_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BJINFJNFONL {
|
||||
get { return bJINFJNFONL_; }
|
||||
public uint PlayerData {
|
||||
get { return playerData_; }
|
||||
set {
|
||||
bJINFJNFONL_ = value;
|
||||
playerData_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (BJINFJNFONL != other.BJINFJNFONL) return false;
|
||||
if (PlayerData != other.PlayerData) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (BJINFJNFONL != 0) hash ^= BJINFJNFONL.GetHashCode();
|
||||
if (PlayerData != 0) hash ^= PlayerData.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (BJINFJNFONL != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(BJINFJNFONL);
|
||||
if (PlayerData != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(PlayerData);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (BJINFJNFONL != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(BJINFJNFONL);
|
||||
if (PlayerData != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(PlayerData);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (BJINFJNFONL != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BJINFJNFONL);
|
||||
if (PlayerData != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PlayerData);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.BJINFJNFONL != 0) {
|
||||
BJINFJNFONL = other.BJINFJNFONL;
|
||||
if (other.PlayerData != 0) {
|
||||
PlayerData = other.PlayerData;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -197,8 +197,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 32: {
|
||||
BJINFJNFONL = input.ReadUInt32();
|
||||
case 48: {
|
||||
PlayerData = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -216,8 +216,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 32: {
|
||||
BJINFJNFONL = input.ReadUInt32();
|
||||
case 48: {
|
||||
PlayerData = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user