mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-22 14:22:55 +08:00
Profile set birthday feature
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: Birthday.proto
|
||||
// source: proto/Birthday.proto
|
||||
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
@@ -96,6 +96,8 @@ public final class BirthdayOuterClass {
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
@@ -586,9 +588,9 @@ public final class BirthdayOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\016Birthday.proto\"&\n\010Birthday\022\r\n\005month\030\001 " +
|
||||
"\001(\r\022\013\n\003day\030\002 \001(\rB\033\n\031emu.grasscutter.net." +
|
||||
"protob\006proto3"
|
||||
"\n\024proto/Birthday.proto\"&\n\010Birthday\022\r\n\005mo" +
|
||||
"nth\030\001 \001(\r\022\013\n\003day\030\002 \001(\rB\033\n\031emu.grasscutte" +
|
||||
"r.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user