This commit is contained in:
Yuuki
2024-08-28 13:04:33 +08:00
parent d4105a763b
commit fc5f9cde48
3519 changed files with 6975 additions and 5771 deletions

View File

@@ -4,7 +4,7 @@ option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum GOMEPMGLPFO {
GOMEPMGLPFO_GALLERY_NONE = 0;
GOMEPMGLPFO_GALLERY_PRESTART = 1;
GOMEPMGLPFO_GALLERY_START = 2;
GALLERY_NONE = 0;
GALLERY_PRESTART = 1;
GALLERY_START = 2;
}