NahidaImpact/NahidaImpact.Protocol/DungeonCandidateTeamDismissReason.proto
2024-01-04 16:48:39 +03:00

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