GC-Proto/unimplemented/GMBPGLNGGLI.proto
2024-08-28 03:55:06 +08:00

11 lines
289 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum GMBPGLNGGLI {
GMBPGLNGGLI_TryCustomDungeonNone = 0;
GMBPGLNGGLI_TryCustomDungeonRoom = 1;
GMBPGLNGGLI_TryCustomDungeonAll = 2;
GMBPGLNGGLI_TryCustomDungeonOfficialPlay = 3;
}