This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace StansAssets.Foundation.Extensions
{
// Token: 0x02000046 RID: 70
[Token(Token = "0x2000033")]
public static class ComponentExtensions
{
// Token: 0x06000106 RID: 262 RVA: 0x00002504 File Offset: 0x00000704
[Token(Token = "0x60000C1")]
[Address(RVA = "0x43E630", Offset = "0x43D430", VA = "0x18043E630")]
public static int GetLocalIdentifierInFile(Component go)
{
return 0;
}
}
}