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
Handles.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x020001AA RID: 426
6 internal enum Handles
7 {
8 // Token: 0x040008C1 RID: 2241
9 STD_INPUT = -10,
10 // Token: 0x040008C2 RID: 2242
11 STD_OUTPUT = -11,
12 // Token: 0x040008C3 RID: 2243
13 STD_ERROR = -12
14 }
15}
Handles
Definition Handles.cs:7