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
MoveDirection.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000BA RID: 186
6 public enum MoveDirection
7 {
8 // Token: 0x04000311 RID: 785
9 Left,
10 // Token: 0x04000312 RID: 786
11 Up,
12 // Token: 0x04000313 RID: 787
13 Right,
14 // Token: 0x04000314 RID: 788
15 Down,
16 // Token: 0x04000315 RID: 789
17 None
18 }
19}