mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Upload to Game 2.5.0
- Fix ChessRogue Final Boss
This commit is contained in:
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ShareCsReqReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChBTaGFyZUNzUmVxLnByb3RvIiEKClNoYXJlQ3NSZXESEwoLSURFUEhDS1BO",
|
||||
"T0EYDSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"ChBTaGFyZUNzUmVxLnByb3RvIiEKClNoYXJlQ3NSZXESEwoLTklLS0JPR0tM",
|
||||
"RUcYCSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ShareCsReq), global::EggLink.DanhengServer.Proto.ShareCsReq.Parser, new[]{ "IDEPHCKPNOA" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ShareCsReq), global::EggLink.DanhengServer.Proto.ShareCsReq.Parser, new[]{ "NIKKBOGKLEG" }, 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 ShareCsReq(ShareCsReq other) : this() {
|
||||
iDEPHCKPNOA_ = other.iDEPHCKPNOA_;
|
||||
nIKKBOGKLEG_ = other.nIKKBOGKLEG_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new ShareCsReq(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IDEPHCKPNOA" field.</summary>
|
||||
public const int IDEPHCKPNOAFieldNumber = 13;
|
||||
private uint iDEPHCKPNOA_;
|
||||
/// <summary>Field number for the "NIKKBOGKLEG" field.</summary>
|
||||
public const int NIKKBOGKLEGFieldNumber = 9;
|
||||
private uint nIKKBOGKLEG_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint IDEPHCKPNOA {
|
||||
get { return iDEPHCKPNOA_; }
|
||||
public uint NIKKBOGKLEG {
|
||||
get { return nIKKBOGKLEG_; }
|
||||
set {
|
||||
iDEPHCKPNOA_ = value;
|
||||
nIKKBOGKLEG_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (IDEPHCKPNOA != other.IDEPHCKPNOA) return false;
|
||||
if (NIKKBOGKLEG != other.NIKKBOGKLEG) 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 (IDEPHCKPNOA != 0) hash ^= IDEPHCKPNOA.GetHashCode();
|
||||
if (NIKKBOGKLEG != 0) hash ^= NIKKBOGKLEG.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 (IDEPHCKPNOA != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(IDEPHCKPNOA);
|
||||
if (NIKKBOGKLEG != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(NIKKBOGKLEG);
|
||||
}
|
||||
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 (IDEPHCKPNOA != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(IDEPHCKPNOA);
|
||||
if (NIKKBOGKLEG != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(NIKKBOGKLEG);
|
||||
}
|
||||
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 (IDEPHCKPNOA != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IDEPHCKPNOA);
|
||||
if (NIKKBOGKLEG != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NIKKBOGKLEG);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.IDEPHCKPNOA != 0) {
|
||||
IDEPHCKPNOA = other.IDEPHCKPNOA;
|
||||
if (other.NIKKBOGKLEG != 0) {
|
||||
NIKKBOGKLEG = other.NIKKBOGKLEG;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -197,8 +197,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 104: {
|
||||
IDEPHCKPNOA = input.ReadUInt32();
|
||||
case 72: {
|
||||
NIKKBOGKLEG = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -216,8 +216,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 104: {
|
||||
IDEPHCKPNOA = input.ReadUInt32();
|
||||
case 72: {
|
||||
NIKKBOGKLEG = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user