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; }