Add miss proto

This commit is contained in:
letheriver2007
2024-10-02 14:16:19 +08:00
parent f873da6975
commit bafcc29f2a
6 changed files with 194 additions and 194 deletions

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static CurPetChangedScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDdXJQZXRDaGFuZ2VkU2NOb3RpZnkucHJvdG8iLAoVQ3VyUGV0Q2hhbmdl",
"ZFNjTm90aWZ5EhMKC0ZNUEtMSUVIQ0ZPGAggASgNQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
"ChtDdXJQZXRDaGFuZ2VkU2NOb3RpZnkucHJvdG8iKwoVQ3VyUGV0Q2hhbmdl",
"ZFNjTm90aWZ5EhIKCmN1cl9wZXRfaWQYCCABKA1CHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CurPetChangedScNotify), global::EggLink.DanhengServer.Proto.CurPetChangedScNotify.Parser, new[]{ "FMPKLIEHCFO" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CurPetChangedScNotify), global::EggLink.DanhengServer.Proto.CurPetChangedScNotify.Parser, new[]{ "CurPetId" }, 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 CurPetChangedScNotify(CurPetChangedScNotify other) : this() {
fMPKLIEHCFO_ = other.fMPKLIEHCFO_;
curPetId_ = other.curPetId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
return new CurPetChangedScNotify(this);
}
/// <summary>Field number for the "FMPKLIEHCFO" field.</summary>
public const int FMPKLIEHCFOFieldNumber = 8;
private uint fMPKLIEHCFO_;
/// <summary>Field number for the "cur_pet_id" field.</summary>
public const int CurPetIdFieldNumber = 8;
private uint curPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FMPKLIEHCFO {
get { return fMPKLIEHCFO_; }
public uint CurPetId {
get { return curPetId_; }
set {
fMPKLIEHCFO_ = value;
curPetId_ = value;
}
}
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (FMPKLIEHCFO != other.FMPKLIEHCFO) return false;
if (CurPetId != other.CurPetId) 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 (FMPKLIEHCFO != 0) hash ^= FMPKLIEHCFO.GetHashCode();
if (CurPetId != 0) hash ^= CurPetId.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 (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
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 (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
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 (FMPKLIEHCFO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMPKLIEHCFO);
if (CurPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPetId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.FMPKLIEHCFO != 0) {
FMPKLIEHCFO = other.FMPKLIEHCFO;
if (other.CurPetId != 0) {
CurPetId = other.CurPetId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 64: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
}
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 64: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
}

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static GetPetDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVHZXRQZXREYXRhU2NSc3AucHJvdG8iTAoPR2V0UGV0RGF0YVNjUnNwEhMK",
"C01MTkJFSEpPSk1FGAogAygNEg8KB3JldGNvZGUYBiABKA0SEwoLRk1QS0xJ",
"RUhDRk8YBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
"ChVHZXRQZXREYXRhU2NSc3AucHJvdG8iSwoPR2V0UGV0RGF0YVNjUnNwEhMK",
"C3BldF9pZF9saXN0GAogAygNEg8KB3JldGNvZGUYBiABKA0SEgoKY3VyX3Bl",
"dF9pZBgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPetDataScRsp), global::EggLink.DanhengServer.Proto.GetPetDataScRsp.Parser, new[]{ "MLNBEHJOJME", "Retcode", "FMPKLIEHCFO" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPetDataScRsp), global::EggLink.DanhengServer.Proto.GetPetDataScRsp.Parser, new[]{ "PetIdList", "Retcode", "CurPetId" }, null, null, null, null)
}));
}
#endregion
@@ -73,9 +73,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetPetDataScRsp(GetPetDataScRsp other) : this() {
mLNBEHJOJME_ = other.mLNBEHJOJME_.Clone();
petIdList_ = other.petIdList_.Clone();
retcode_ = other.retcode_;
fMPKLIEHCFO_ = other.fMPKLIEHCFO_;
curPetId_ = other.curPetId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -85,15 +85,15 @@ namespace EggLink.DanhengServer.Proto {
return new GetPetDataScRsp(this);
}
/// <summary>Field number for the "MLNBEHJOJME" field.</summary>
public const int MLNBEHJOJMEFieldNumber = 10;
private static readonly pb::FieldCodec<uint> _repeated_mLNBEHJOJME_codec
/// <summary>Field number for the "pet_id_list" field.</summary>
public const int PetIdListFieldNumber = 10;
private static readonly pb::FieldCodec<uint> _repeated_petIdList_codec
= pb::FieldCodec.ForUInt32(82);
private readonly pbc::RepeatedField<uint> mLNBEHJOJME_ = new pbc::RepeatedField<uint>();
private readonly pbc::RepeatedField<uint> petIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> MLNBEHJOJME {
get { return mLNBEHJOJME_; }
public pbc::RepeatedField<uint> PetIdList {
get { return petIdList_; }
}
/// <summary>Field number for the "retcode" field.</summary>
@@ -108,15 +108,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "FMPKLIEHCFO" field.</summary>
public const int FMPKLIEHCFOFieldNumber = 5;
private uint fMPKLIEHCFO_;
/// <summary>Field number for the "cur_pet_id" field.</summary>
public const int CurPetIdFieldNumber = 5;
private uint curPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FMPKLIEHCFO {
get { return fMPKLIEHCFO_; }
public uint CurPetId {
get { return curPetId_; }
set {
fMPKLIEHCFO_ = value;
curPetId_ = value;
}
}
@@ -135,9 +135,9 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if(!mLNBEHJOJME_.Equals(other.mLNBEHJOJME_)) return false;
if(!petIdList_.Equals(other.petIdList_)) return false;
if (Retcode != other.Retcode) return false;
if (FMPKLIEHCFO != other.FMPKLIEHCFO) return false;
if (CurPetId != other.CurPetId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -145,9 +145,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
hash ^= mLNBEHJOJME_.GetHashCode();
hash ^= petIdList_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (FMPKLIEHCFO != 0) hash ^= FMPKLIEHCFO.GetHashCode();
if (CurPetId != 0) hash ^= CurPetId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -166,15 +166,15 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
mLNBEHJOJME_.WriteTo(output, _repeated_mLNBEHJOJME_codec);
petIdList_.WriteTo(output, _repeated_petIdList_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
@@ -185,15 +185,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 (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
mLNBEHJOJME_.WriteTo(ref output, _repeated_mLNBEHJOJME_codec);
petIdList_.WriteTo(ref output, _repeated_petIdList_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
@@ -204,12 +204,12 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
size += mLNBEHJOJME_.CalculateSize(_repeated_mLNBEHJOJME_codec);
size += petIdList_.CalculateSize(_repeated_petIdList_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (FMPKLIEHCFO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMPKLIEHCFO);
if (CurPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPetId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -223,12 +223,12 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
mLNBEHJOJME_.Add(other.mLNBEHJOJME_);
petIdList_.Add(other.petIdList_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.FMPKLIEHCFO != 0) {
FMPKLIEHCFO = other.FMPKLIEHCFO;
if (other.CurPetId != 0) {
CurPetId = other.CurPetId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -246,7 +246,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 40: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
case 48: {
@@ -255,7 +255,7 @@ namespace EggLink.DanhengServer.Proto {
}
case 82:
case 80: {
mLNBEHJOJME_.AddEntriesFrom(input, _repeated_mLNBEHJOJME_codec);
petIdList_.AddEntriesFrom(input, _repeated_petIdList_codec);
break;
}
}
@@ -274,7 +274,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 40: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
case 48: {
@@ -283,7 +283,7 @@ namespace EggLink.DanhengServer.Proto {
}
case 82:
case 80: {
mLNBEHJOJME_.AddEntriesFrom(ref input, _repeated_mLNBEHJOJME_codec);
petIdList_.AddEntriesFrom(ref input, _repeated_petIdList_codec);
break;
}
}

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static RecallPetCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRSZWNhbGxQZXRDc1JlcS5wcm90byIlCg5SZWNhbGxQZXRDc1JlcRITCgtP",
"TUVLUEdPSUxLQRgIIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
"ChRSZWNhbGxQZXRDc1JlcS5wcm90byIpCg5SZWNhbGxQZXRDc1JlcRIXCg9z",
"dW1tb25lZF9wZXRfaWQYCCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
"ci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RecallPetCsReq), global::EggLink.DanhengServer.Proto.RecallPetCsReq.Parser, new[]{ "OMEKPGOILKA" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RecallPetCsReq), global::EggLink.DanhengServer.Proto.RecallPetCsReq.Parser, new[]{ "SummonedPetId" }, 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 RecallPetCsReq(RecallPetCsReq other) : this() {
oMEKPGOILKA_ = other.oMEKPGOILKA_;
summonedPetId_ = other.summonedPetId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
return new RecallPetCsReq(this);
}
/// <summary>Field number for the "OMEKPGOILKA" field.</summary>
public const int OMEKPGOILKAFieldNumber = 8;
private uint oMEKPGOILKA_;
/// <summary>Field number for the "summoned_pet_id" field.</summary>
public const int SummonedPetIdFieldNumber = 8;
private uint summonedPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OMEKPGOILKA {
get { return oMEKPGOILKA_; }
public uint SummonedPetId {
get { return summonedPetId_; }
set {
oMEKPGOILKA_ = value;
summonedPetId_ = value;
}
}
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (OMEKPGOILKA != other.OMEKPGOILKA) return false;
if (SummonedPetId != other.SummonedPetId) 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 (OMEKPGOILKA != 0) hash ^= OMEKPGOILKA.GetHashCode();
if (SummonedPetId != 0) hash ^= SummonedPetId.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 (OMEKPGOILKA != 0) {
if (SummonedPetId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(OMEKPGOILKA);
output.WriteUInt32(SummonedPetId);
}
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 (OMEKPGOILKA != 0) {
if (SummonedPetId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(OMEKPGOILKA);
output.WriteUInt32(SummonedPetId);
}
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 (OMEKPGOILKA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OMEKPGOILKA);
if (SummonedPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SummonedPetId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.OMEKPGOILKA != 0) {
OMEKPGOILKA = other.OMEKPGOILKA;
if (other.SummonedPetId != 0) {
SummonedPetId = other.SummonedPetId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 64: {
OMEKPGOILKA = input.ReadUInt32();
SummonedPetId = input.ReadUInt32();
break;
}
}
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 64: {
OMEKPGOILKA = input.ReadUInt32();
SummonedPetId = input.ReadUInt32();
break;
}
}

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static RecallPetScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRSZWNhbGxQZXRTY1JzcC5wcm90byJLCg5SZWNhbGxQZXRTY1JzcBIPCgdy",
"ZXRjb2RlGA4gASgNEhMKC0VHQUZQTURJRklPGAcgASgNEhMKC0ZNUEtMSUVI",
"Q0ZPGA0gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
"ChRSZWNhbGxQZXRTY1JzcC5wcm90byJJCg5SZWNhbGxQZXRTY1JzcBIPCgdy",
"ZXRjb2RlGA4gASgNEhIKCm5ld19wZXRfaWQYByABKA0SEgoKY3VyX3BldF9p",
"ZBgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RecallPetScRsp), global::EggLink.DanhengServer.Proto.RecallPetScRsp.Parser, new[]{ "Retcode", "EGAFPMDIFIO", "FMPKLIEHCFO" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RecallPetScRsp), global::EggLink.DanhengServer.Proto.RecallPetScRsp.Parser, new[]{ "Retcode", "NewPetId", "CurPetId" }, null, null, null, null)
}));
}
#endregion
@@ -74,8 +74,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RecallPetScRsp(RecallPetScRsp other) : this() {
retcode_ = other.retcode_;
eGAFPMDIFIO_ = other.eGAFPMDIFIO_;
fMPKLIEHCFO_ = other.fMPKLIEHCFO_;
newPetId_ = other.newPetId_;
curPetId_ = other.curPetId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -97,27 +97,27 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "EGAFPMDIFIO" field.</summary>
public const int EGAFPMDIFIOFieldNumber = 7;
private uint eGAFPMDIFIO_;
/// <summary>Field number for the "new_pet_id" field.</summary>
public const int NewPetIdFieldNumber = 7;
private uint newPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EGAFPMDIFIO {
get { return eGAFPMDIFIO_; }
public uint NewPetId {
get { return newPetId_; }
set {
eGAFPMDIFIO_ = value;
newPetId_ = value;
}
}
/// <summary>Field number for the "FMPKLIEHCFO" field.</summary>
public const int FMPKLIEHCFOFieldNumber = 13;
private uint fMPKLIEHCFO_;
/// <summary>Field number for the "cur_pet_id" field.</summary>
public const int CurPetIdFieldNumber = 13;
private uint curPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FMPKLIEHCFO {
get { return fMPKLIEHCFO_; }
public uint CurPetId {
get { return curPetId_; }
set {
fMPKLIEHCFO_ = value;
curPetId_ = value;
}
}
@@ -137,8 +137,8 @@ namespace EggLink.DanhengServer.Proto {
return true;
}
if (Retcode != other.Retcode) return false;
if (EGAFPMDIFIO != other.EGAFPMDIFIO) return false;
if (FMPKLIEHCFO != other.FMPKLIEHCFO) return false;
if (NewPetId != other.NewPetId) return false;
if (CurPetId != other.CurPetId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -147,8 +147,8 @@ namespace EggLink.DanhengServer.Proto {
public override int GetHashCode() {
int hash = 1;
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (EGAFPMDIFIO != 0) hash ^= EGAFPMDIFIO.GetHashCode();
if (FMPKLIEHCFO != 0) hash ^= FMPKLIEHCFO.GetHashCode();
if (NewPetId != 0) hash ^= NewPetId.GetHashCode();
if (CurPetId != 0) hash ^= CurPetId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -167,13 +167,13 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (EGAFPMDIFIO != 0) {
if (NewPetId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(EGAFPMDIFIO);
output.WriteUInt32(NewPetId);
}
if (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
if (Retcode != 0) {
output.WriteRawTag(112);
@@ -189,13 +189,13 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (EGAFPMDIFIO != 0) {
if (NewPetId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(EGAFPMDIFIO);
output.WriteUInt32(NewPetId);
}
if (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
if (Retcode != 0) {
output.WriteRawTag(112);
@@ -214,11 +214,11 @@ namespace EggLink.DanhengServer.Proto {
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (EGAFPMDIFIO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EGAFPMDIFIO);
if (NewPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NewPetId);
}
if (FMPKLIEHCFO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMPKLIEHCFO);
if (CurPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPetId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -235,11 +235,11 @@ namespace EggLink.DanhengServer.Proto {
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.EGAFPMDIFIO != 0) {
EGAFPMDIFIO = other.EGAFPMDIFIO;
if (other.NewPetId != 0) {
NewPetId = other.NewPetId;
}
if (other.FMPKLIEHCFO != 0) {
FMPKLIEHCFO = other.FMPKLIEHCFO;
if (other.CurPetId != 0) {
CurPetId = other.CurPetId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -257,11 +257,11 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 56: {
EGAFPMDIFIO = input.ReadUInt32();
NewPetId = input.ReadUInt32();
break;
}
case 104: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
case 112: {
@@ -284,11 +284,11 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 56: {
EGAFPMDIFIO = input.ReadUInt32();
NewPetId = input.ReadUInt32();
break;
}
case 104: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
case 112: {

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static SummonPetCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRTdW1tb25QZXRDc1JlcS5wcm90byIlCg5TdW1tb25QZXRDc1JlcRITCgtP",
"TUVLUEdPSUxLQRgKIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
"ChRTdW1tb25QZXRDc1JlcS5wcm90byIpCg5TdW1tb25QZXRDc1JlcRIXCg9z",
"dW1tb25lZF9wZXRfaWQYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
"ci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SummonPetCsReq), global::EggLink.DanhengServer.Proto.SummonPetCsReq.Parser, new[]{ "OMEKPGOILKA" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SummonPetCsReq), global::EggLink.DanhengServer.Proto.SummonPetCsReq.Parser, new[]{ "SummonedPetId" }, 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 SummonPetCsReq(SummonPetCsReq other) : this() {
oMEKPGOILKA_ = other.oMEKPGOILKA_;
summonedPetId_ = other.summonedPetId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
return new SummonPetCsReq(this);
}
/// <summary>Field number for the "OMEKPGOILKA" field.</summary>
public const int OMEKPGOILKAFieldNumber = 10;
private uint oMEKPGOILKA_;
/// <summary>Field number for the "summoned_pet_id" field.</summary>
public const int SummonedPetIdFieldNumber = 10;
private uint summonedPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OMEKPGOILKA {
get { return oMEKPGOILKA_; }
public uint SummonedPetId {
get { return summonedPetId_; }
set {
oMEKPGOILKA_ = value;
summonedPetId_ = value;
}
}
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (OMEKPGOILKA != other.OMEKPGOILKA) return false;
if (SummonedPetId != other.SummonedPetId) 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 (OMEKPGOILKA != 0) hash ^= OMEKPGOILKA.GetHashCode();
if (SummonedPetId != 0) hash ^= SummonedPetId.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 (OMEKPGOILKA != 0) {
if (SummonedPetId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(OMEKPGOILKA);
output.WriteUInt32(SummonedPetId);
}
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 (OMEKPGOILKA != 0) {
if (SummonedPetId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(OMEKPGOILKA);
output.WriteUInt32(SummonedPetId);
}
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 (OMEKPGOILKA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OMEKPGOILKA);
if (SummonedPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SummonedPetId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.OMEKPGOILKA != 0) {
OMEKPGOILKA = other.OMEKPGOILKA;
if (other.SummonedPetId != 0) {
SummonedPetId = other.SummonedPetId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 80: {
OMEKPGOILKA = input.ReadUInt32();
SummonedPetId = input.ReadUInt32();
break;
}
}
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 80: {
OMEKPGOILKA = input.ReadUInt32();
SummonedPetId = input.ReadUInt32();
break;
}
}

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static SummonPetScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRTdW1tb25QZXRTY1JzcC5wcm90byJLCg5TdW1tb25QZXRTY1JzcBITCgtF",
"R0FGUE1ESUZJTxgGIAEoDRIPCgdyZXRjb2RlGAsgASgNEhMKC0ZNUEtMSUVI",
"Q0ZPGAIgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
"ChRTdW1tb25QZXRTY1JzcC5wcm90byJJCg5TdW1tb25QZXRTY1JzcBISCgpu",
"ZXdfcGV0X2lkGAYgASgNEg8KB3JldGNvZGUYCyABKA0SEgoKY3VyX3BldF9p",
"ZBgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SummonPetScRsp), global::EggLink.DanhengServer.Proto.SummonPetScRsp.Parser, new[]{ "EGAFPMDIFIO", "Retcode", "FMPKLIEHCFO" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SummonPetScRsp), global::EggLink.DanhengServer.Proto.SummonPetScRsp.Parser, new[]{ "NewPetId", "Retcode", "CurPetId" }, null, null, null, null)
}));
}
#endregion
@@ -73,9 +73,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SummonPetScRsp(SummonPetScRsp other) : this() {
eGAFPMDIFIO_ = other.eGAFPMDIFIO_;
newPetId_ = other.newPetId_;
retcode_ = other.retcode_;
fMPKLIEHCFO_ = other.fMPKLIEHCFO_;
curPetId_ = other.curPetId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -85,15 +85,15 @@ namespace EggLink.DanhengServer.Proto {
return new SummonPetScRsp(this);
}
/// <summary>Field number for the "EGAFPMDIFIO" field.</summary>
public const int EGAFPMDIFIOFieldNumber = 6;
private uint eGAFPMDIFIO_;
/// <summary>Field number for the "new_pet_id" field.</summary>
public const int NewPetIdFieldNumber = 6;
private uint newPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EGAFPMDIFIO {
get { return eGAFPMDIFIO_; }
public uint NewPetId {
get { return newPetId_; }
set {
eGAFPMDIFIO_ = value;
newPetId_ = value;
}
}
@@ -109,15 +109,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "FMPKLIEHCFO" field.</summary>
public const int FMPKLIEHCFOFieldNumber = 2;
private uint fMPKLIEHCFO_;
/// <summary>Field number for the "cur_pet_id" field.</summary>
public const int CurPetIdFieldNumber = 2;
private uint curPetId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FMPKLIEHCFO {
get { return fMPKLIEHCFO_; }
public uint CurPetId {
get { return curPetId_; }
set {
fMPKLIEHCFO_ = value;
curPetId_ = value;
}
}
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (EGAFPMDIFIO != other.EGAFPMDIFIO) return false;
if (NewPetId != other.NewPetId) return false;
if (Retcode != other.Retcode) return false;
if (FMPKLIEHCFO != other.FMPKLIEHCFO) return false;
if (CurPetId != other.CurPetId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -146,9 +146,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (EGAFPMDIFIO != 0) hash ^= EGAFPMDIFIO.GetHashCode();
if (NewPetId != 0) hash ^= NewPetId.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (FMPKLIEHCFO != 0) hash ^= FMPKLIEHCFO.GetHashCode();
if (CurPetId != 0) hash ^= CurPetId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -167,13 +167,13 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
if (EGAFPMDIFIO != 0) {
if (NewPetId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(EGAFPMDIFIO);
output.WriteUInt32(NewPetId);
}
if (Retcode != 0) {
output.WriteRawTag(88);
@@ -189,13 +189,13 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (FMPKLIEHCFO != 0) {
if (CurPetId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FMPKLIEHCFO);
output.WriteUInt32(CurPetId);
}
if (EGAFPMDIFIO != 0) {
if (NewPetId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(EGAFPMDIFIO);
output.WriteUInt32(NewPetId);
}
if (Retcode != 0) {
output.WriteRawTag(88);
@@ -211,14 +211,14 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (EGAFPMDIFIO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EGAFPMDIFIO);
if (NewPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NewPetId);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (FMPKLIEHCFO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMPKLIEHCFO);
if (CurPetId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPetId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -232,14 +232,14 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.EGAFPMDIFIO != 0) {
EGAFPMDIFIO = other.EGAFPMDIFIO;
if (other.NewPetId != 0) {
NewPetId = other.NewPetId;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.FMPKLIEHCFO != 0) {
FMPKLIEHCFO = other.FMPKLIEHCFO;
if (other.CurPetId != 0) {
CurPetId = other.CurPetId;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -257,11 +257,11 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 16: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
case 48: {
EGAFPMDIFIO = input.ReadUInt32();
NewPetId = input.ReadUInt32();
break;
}
case 88: {
@@ -284,11 +284,11 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 16: {
FMPKLIEHCFO = input.ReadUInt32();
CurPetId = input.ReadUInt32();
break;
}
case 48: {
EGAFPMDIFIO = input.ReadUInt32();
NewPetId = input.ReadUInt32();
break;
}
case 88: {