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
UnityString.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x02000007 RID: 7
9 internal sealed class UnityString
10 {
11 // Token: 0x06000009 RID: 9 RVA: 0x0000212C File Offset: 0x0000032C
12 public static string Format(string fmt, params object[] args)
13 {
14 if (!true)
15 {
16 }
18 string text;
19 return text;
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture
static string Format(string fmt, params object[] args)