terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SR.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x02000002 RID: 2
5internal static class SR
6{
7 // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
8 internal static string GetString(string name, params object[] args)
9 {
10 if (!true)
11 {
12 }
14 string text;
15 return text;
16 }
17
18 // Token: 0x06000002 RID: 2 RVA: 0x0000206C File Offset: 0x0000026C
19 internal static string GetString(CultureInfo culture, string name, params object[] args)
20 {
21 string text;
22 return text;
23 }
24}
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition SR.cs:8
static string GetString(CultureInfo culture, string name, params object[] args)
Definition SR.cs:19
Definition SR.cs:7
static CultureInfo InvariantCulture