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
ProcessWindowStyle.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Diagnostics
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20000E2")]
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000424")]
10 Hidden = 1,
11 [global::Cpp2ILInjected.Token(Token = "0x4000425")]
12 Maximized = 3,
13 [global::Cpp2ILInjected.Token(Token = "0x4000426")]
14 Minimized = 2,
15 [global::Cpp2ILInjected.Token(Token = "0x4000427")]
16 Normal = 0
17 }
18}