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
Locale.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x02000002 RID: 2
5internal sealed class Locale
6{
7 // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
8 public static string GetText(string msg)
9 {
10 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
11 }
12
13 // Token: 0x06000002 RID: 2 RVA: 0x0000205C File Offset: 0x0000025C
14 public static string GetText(string fmt, params object[] args)
15 {
16 string text;
17 return text;
18 }
19}
class f__AnonymousType0<< Count > j__TPar
static string GetText(string msg)
Definition Locale.cs:8
static string GetText(string fmt, params object[] args)
Definition Locale.cs:14