GC-Proto/proto/CustomDungeonFinishType.proto

11 lines
297 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-08-28 12:09:22 +03:00
// Version: 5.0
2024-06-08 09:18:08 +03:00
2024-08-28 12:09:22 +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;
}