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
LogMessage.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x0200002A RID: 42
6 public struct LogMessage
7 {
8 // Token: 0x040001FD RID: 509
9 public string text;
10
11 // Token: 0x040001FE RID: 510
13 }
14}
LogMessageType type
Definition LogMessage.cs:12