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
ModifierSpec.cs
Go to the documentation of this file.
1using System;
2using System.Text;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200019B")]
8 internal interface ModifierSpec
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000FCC")]
11 global::System.Type Resolve(global::System.Type type);
12
13 [global::Cpp2ILInjected.Token(Token = "0x6000FCD")]
14 global::System.Text.StringBuilder Append(global::System.Text.StringBuilder sb);
15 }
16}
global::System.Type Resolve(global::System.Type type)
global::System.Text.StringBuilder Append(global::System.Text.StringBuilder sb)