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
ColorWriteChannels.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200035D RID: 861
6 [Flags]
8 {
9 // Token: 0x040024C2 RID: 9410
10 None = 0,
11 // Token: 0x040024C3 RID: 9411
12 Red = 1,
13 // Token: 0x040024C4 RID: 9412
14 Green = 2,
15 // Token: 0x040024C5 RID: 9413
16 Blue = 4,
17 // Token: 0x040024C6 RID: 9414
18 Alpha = 8,
19 // Token: 0x040024C7 RID: 9415
20 All = 15
21 }
22}