-
Notifications
You must be signed in to change notification settings - Fork 42
BArenaOperation
DummkopfOfHachtenduden edited this page Jul 17, 2023
·
4 revisions
public enum BArenaOperation : byte
{
unk0 = 0, //Register related
unk1 = 1, //Register related
RegistrationBegin = 2,
RegistrationEnd = 3,
GameStart = 4,
GameEnd = 5,
unk6 = 6,
unk7 = 7,
GameStartTime = 8,
GameResult = 9,
unk11 = 0xB,
unk12 = 0xC,
GameStartAlarmIn5 = 0xD,
GameStartAlarmIn1 = 0xE,
unk16 = 0x10,
RegistrationProgress = 0xF,
Update = 0xFF,
}