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
TextureAddressMode.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003A5 RID: 933
7 {
8 // Token: 0x0400273E RID: 10046
9 Wrap,
10 // Token: 0x0400273F RID: 10047
11 Clamp,
12 // Token: 0x04002740 RID: 10048
13 Mirror,
14 // Token: 0x04002741 RID: 10049
15 Border
16 }
17}