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
GUIControllerNavigationDirections.cs
Go to the documentation of this file.
1using System;
3
4[global::Cpp2ILInjected.Token(Token = "0x2000092")]
6{
7 [global::Cpp2ILInjected.Token(Token = "0x400036E")]
8 Up = 1,
9 [global::Cpp2ILInjected.Token(Token = "0x400036F")]
10 Down,
11 [global::Cpp2ILInjected.Token(Token = "0x4000370")]
12 Left = 4,
13 [global::Cpp2ILInjected.Token(Token = "0x4000371")]
14 Right = 8,
15 [global::Cpp2ILInjected.Token(Token = "0x4000372")]
16 AllowDownLeft = 16,
17 [global::Cpp2ILInjected.Token(Token = "0x4000373")]
18 AllowDownRight = 32,
19 [global::Cpp2ILInjected.Token(Token = "0x4000374")]
20 AllowUpLeft = 32,
21 [global::Cpp2ILInjected.Token(Token = "0x4000375")]
22 AllowUpRight = 64
23}