This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 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;
}
}
}