mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: update to game 3.2.0
This commit is contained in:
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiRQcml2YXRlTXNnT2ZmbGluZVVzZXJzU2NOb3RpZnkucHJvdG8iOQoeUHJp",
|
||||
"dmF0ZU1zZ09mZmxpbmVVc2Vyc1NjTm90aWZ5EhcKD2NvbnRhY3RfaWRfbGlz",
|
||||
"dBgHIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"dBgNIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -84,9 +84,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "contact_id_list" field.</summary>
|
||||
public const int ContactIdListFieldNumber = 7;
|
||||
public const int ContactIdListFieldNumber = 13;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_contactIdList_codec
|
||||
= pb::FieldCodec.ForUInt32(58);
|
||||
= pb::FieldCodec.ForUInt32(106);
|
||||
private readonly pbc::RepeatedField<uint> contactIdList_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -187,8 +187,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 58:
|
||||
case 56: {
|
||||
case 106:
|
||||
case 104: {
|
||||
contactIdList_.AddEntriesFrom(input, _repeated_contactIdList_codec);
|
||||
break;
|
||||
}
|
||||
@@ -207,8 +207,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 58:
|
||||
case 56: {
|
||||
case 106:
|
||||
case 104: {
|
||||
contactIdList_.AddEntriesFrom(ref input, _repeated_contactIdList_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user