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
IConfigErrorInfo.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200000E RID: 14
6 public interface IConfigErrorInfo
7 {
8 // Token: 0x1700000A RID: 10
9 // (get) Token: 0x06000021 RID: 33
10 string Filename { get; }
11
12 // Token: 0x1700000B RID: 11
13 // (get) Token: 0x06000022 RID: 34
14 int LineNumber { get; }
15 }
16}