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
MeshUpdateFlags.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000107 RID: 263
6 [Flags]
7 public enum MeshUpdateFlags
8 {
9 // Token: 0x04000433 RID: 1075
10 Default = 0,
11 // Token: 0x04000434 RID: 1076
13 // Token: 0x04000435 RID: 1077
15 // Token: 0x04000436 RID: 1078
17 // Token: 0x04000437 RID: 1079
19 }
20}