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
MaskedTextResultHint.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003A6 RID: 934
7 {
8 // Token: 0x04001287 RID: 4743
10 // Token: 0x04001288 RID: 4744
12 // Token: 0x04001289 RID: 4745
14 // Token: 0x0400128A RID: 4746
16 // Token: 0x0400128B RID: 4747
17 Success,
18 // Token: 0x0400128C RID: 4748
20 // Token: 0x0400128D RID: 4749
22 // Token: 0x0400128E RID: 4750
23 DigitExpected = -3,
24 // Token: 0x0400128F RID: 4751
25 LetterExpected = -4,
26 // Token: 0x04001290 RID: 4752
28 // Token: 0x04001291 RID: 4753
29 InvalidInput = -51,
30 // Token: 0x04001292 RID: 4754
32 // Token: 0x04001293 RID: 4755
34 // Token: 0x04001294 RID: 4756
35 NonEditPosition = -54,
36 // Token: 0x04001295 RID: 4757
38 }
39}