NahidaImpact/NahidaImpact.Protocol/DungeonCandidateTeamPlayerLeaveReason.proto

10 lines
228 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
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;
}