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
+24
View File
@@ -0,0 +1,24 @@
using System;
using System.Globalization;
using Cpp2IlInjected;
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
internal static class SR
{
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000001")]
[Address(RVA = "0x4C3AB0", Offset = "0x4C28B0", VA = "0x1804C3AB0")]
internal static string GetString(string name, params object[] args)
{
return null;
}
// Token: 0x06000002 RID: 2 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000002")]
[Address(RVA = "0x4A7A40", Offset = "0x4A6840", VA = "0x1804A7A40")]
internal static string GetString(CultureInfo culture, string name, params object[] args)
{
return null;
}
}