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

9 lines
228 B
Protocol Buffer

syntax = "proto3";
// Obf: ILAFDGNADFG
enum DungeonCandidateTeamPlayerLeaveReason {
DUNGEON_CANDIDATE_TPLR_NORMAL = 0;
DUNGEON_CANDIDATE_TPLR_DIE = 1;
DUNGEON_CANDIDATE_TPLR_BE_KICK = 2;
DUNGEON_CANDIDATE_DISCONNECT = 3;
}