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
IXmlDocumentType.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000110 RID: 272
6 internal interface IXmlDocumentType : IXmlNode
7 {
8 // Token: 0x170001F0 RID: 496
9 // (get) Token: 0x06000AAF RID: 2735
10 string Name { get; }
11
12 // Token: 0x170001F1 RID: 497
13 // (get) Token: 0x06000AB0 RID: 2736
14 string System { get; }
15
16 // Token: 0x170001F2 RID: 498
17 // (get) Token: 0x06000AB1 RID: 2737
18 string Public { get; }
19
20 // Token: 0x170001F3 RID: 499
21 // (get) Token: 0x06000AB2 RID: 2738
22 string InternalSubset { get; }
23 }
24}