terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ColorWriteChannels.cs
Go to the documentation of this file.
1using System;
3
5{
6 [Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x200035D")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40024C2")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x40024C3")]
13 Red = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x40024C4")]
15 Green = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x40024C5")]
17 Blue = 4,
18 [global::Cpp2ILInjected.Token(Token = "0x40024C6")]
19 Alpha = 8,
20 [global::Cpp2ILInjected.Token(Token = "0x40024C7")]
21 All = 15
22 }
23}