terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SR.cs
Go to the documentation of this file.
1using System;
4
5[global::Cpp2ILInjected.Token(Token = "0x2000002")]
6internal static class SR
7{
8 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
9 [global::Cpp2ILInjected.Address(RVA = "0x1D3C2BC", Offset = "0x1D3C2BC", Length = "0x4")]
10 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
11 internal static string GetString(string name)
12 {
13 throw null;
14 }
15}
static string GetString(string name)
Definition SR.cs:11
Definition SR.cs:22