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
+16
View File
@@ -0,0 +1,16 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x02000507 RID: 1287
[Token(Token = "0x2000507")]
[StructLayout(3)]
public class OutfitToolCleanup : ToolCleanup
{
// Token: 0x060025F5 RID: 9717 RVA: 0x0009D3C8 File Offset: 0x0009B5C8
[Token(Token = "0x60025F5")]
[Address(RVA = "0x17DF850", Offset = "0x17DE250", VA = "0x1817DF850")]
public OutfitToolCleanup()
{
}
}