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
PresetProfiles.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.GameInput
4{
5 // Token: 0x020006CC RID: 1740
6 public enum PresetProfiles
7 {
8 // Token: 0x04007A1B RID: 31259
9 None,
10 // Token: 0x04007A1C RID: 31260
11 Redigit,
12 // Token: 0x04007A1D RID: 31261
14 // Token: 0x04007A1E RID: 31262
16 // Token: 0x04007A1F RID: 31263
18 }
19}