This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 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 = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0")]
public static int GetLocalIdentifierInFile(Component go)
{
return 0;
}
}
}