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
DrEditorProfile.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x0200003C RID: 60
5public class DrEditorProfile
6{
7 // Token: 0x0600014C RID: 332 RVA: 0x00004370 File Offset: 0x00002570
9 {
10 }
11
12 // Token: 0x040000DA RID: 218
13 public string Name;
14
15 // Token: 0x040000DB RID: 219
16 public string RootFolder;
17
18 // Token: 0x040000DC RID: 220
20
21 // Token: 0x040000DD RID: 221
22 public bool HasChatPermission;
23
24 // Token: 0x040000DE RID: 222
25 public bool HasUGCPermission;
26}