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

◆ ConsoleColor

Enumerator
Black 
DarkBlue 
DarkGreen 
DarkCyan 
DarkRed 
DarkMagenta 
DarkYellow 
Gray 
DarkGray 
Blue 
Green 
Cyan 
Red 
Magenta 
Yellow 
White 

Definition at line 6 of file ConsoleColor.cs.

7 {
8 // Token: 0x0400041F RID: 1055
9 Black,
10 // Token: 0x04000420 RID: 1056
12 // Token: 0x04000421 RID: 1057
14 // Token: 0x04000422 RID: 1058
16 // Token: 0x04000423 RID: 1059
17 DarkRed,
18 // Token: 0x04000424 RID: 1060
20 // Token: 0x04000425 RID: 1061
22 // Token: 0x04000426 RID: 1062
23 Gray,
24 // Token: 0x04000427 RID: 1063
26 // Token: 0x04000428 RID: 1064
27 Blue,
28 // Token: 0x04000429 RID: 1065
29 Green,
30 // Token: 0x0400042A RID: 1066
31 Cyan,
32 // Token: 0x0400042B RID: 1067
33 Red,
34 // Token: 0x0400042C RID: 1068
35 Magenta,
36 // Token: 0x0400042D RID: 1069
37 Yellow,
38 // Token: 0x0400042E RID: 1070
39 White
40 }