GC-Proto/proto/DungeonCandidateTeamDismissReason.proto
2023-04-11 11:14:48 +08:00

13 lines
256 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: BIFCMPAIENC
enum DungeonCandidateTeamDismissReason {
DUNGEON_CANDIDATE_TPDR_NORMAL = 0;
DUNGEON_CANDIDATE_TPDR_DIE = 1;
DUNGEON_CANDIDATE_TPDR_DISCONNECT = 2;
}