This commit is contained in:
Yuuki
2024-08-28 11:45:47 +08:00
parent 0faa2d1583
commit a7e75aec06
974 changed files with 2361 additions and 2296 deletions

View File

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