This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
namespace RecRoom.Sandbox
{
// Token: 0x02000A64 RID: 2660
public enum DCOJGDNBHEN
{
// Token: 0x04003804 RID: 14340
PRE_GAME,
// Token: 0x04003805 RID: 14341
GAME_LOADING,
// Token: 0x04003806 RID: 14342
GAME_ON,
// Token: 0x04003807 RID: 14343
GAME_RUNNING,
// Token: 0x04003808 RID: 14344
GAME_OVER
}
}