This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x0200028B RID: 651
[Token(Token = "0x200028B")]
[StructLayout(3, Size = 4)]
public enum FEPGBAFOEJL
{
// Token: 0x04000ED2 RID: 3794
[Token(Token = "0x4000ED2")]
CEILING,
// Token: 0x04000ED3 RID: 3795
[Token(Token = "0x4000ED3")]
DOOR,
// Token: 0x04000ED4 RID: 3796
[Token(Token = "0x4000ED4")]
IN_PLACE
}