GC-Proto/proto/CustomDungeonFinishType.proto

12 lines
282 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-06-08 09:18:08 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-08 09:18:08 +03:00
// Version: 4.6.0
2023-05-23 13:12:42 +03:00
enum CustomDungeonFinishType {
CUSTOM_DUNGEON_FINISH_PLAY_NORMAL = 0;
CUSTOM_DUNGEON_FINISH_PLAY_TRY = 1;
CUSTOM_DUNGEON_FINISH_EDIT_TRY = 2;
CUSTOM_DUNGEON_FINISH_SELF_PLAY_NORMAL = 3;
}