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
TextGenerationError.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000003 RID: 3
6 [Flags]
7 internal enum TextGenerationError
8 {
9 // Token: 0x04000007 RID: 7
10 None = 0,
11 // Token: 0x04000008 RID: 8
13 // Token: 0x04000009 RID: 9
15 // Token: 0x0400000A RID: 10
16 NoFont = 4
17 }
18}