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

17 lines
447 B
Protocol Buffer

syntax = "proto3";
// Obf: NNHMLKCECBP
enum GCGPhaseType {
OFOHJIEDJKD_GcgPhaseInvalid = 0;
OFOHJIEDJKD_GcgPhaseStart = 1;
OFOHJIEDJKD_GcgPhaseDraw = 2;
OFOHJIEDJKD_GcgPhaseOnStage = 3;
OFOHJIEDJKD_GcgPhaseDice = 4;
OFOHJIEDJKD_GcgPhaseMain = 5;
OFOHJIEDJKD_GcgPhaseEnd = 6;
OFOHJIEDJKD_GcgPhaseDie = 7;
OFOHJIEDJKD_GcgPhaseFin = 8;
OFOHJIEDJKD_GcgPhasePreMain = 9;
OFOHJIEDJKD_GcgPhaseReroll = 10;
OFOHJIEDJKD_GcgPhaseRedraw = 11;
}