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
ITraceWriter.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x200007B")]
10 public interface ITraceWriter
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x170000BA")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000452")]
16 get;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000453")]
20 void Trace(TraceLevel level, string message, Exception ex);
21 }
22}
void Trace(TraceLevel level, string message, Exception ex)