9 lines
192 B
Protocol Buffer
9 lines
192 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: MFAGPGGHPLK
|
||
|
enum DungeonCandidateTeamDismissReason {
|
||
|
DUNGEON_CANDIDATE_TPDR_NORMAL = 0;
|
||
|
DUNGEON_CANDIDATE_TPDR_DIE = 1;
|
||
|
DUNGEON_CANDIDATE_TPDR_DISCONNECT = 2;
|
||
|
}
|