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
TextureCreationFlags.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200013B RID: 315
6 [Flags]
8 {
9 // Token: 0x04000561 RID: 1377
10 None = 0,
11 // Token: 0x04000562 RID: 1378
12 MipChain = 1,
13 // Token: 0x04000563 RID: 1379
14 Crunch = 64
15 }
16}