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
Coord.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x020001A7 RID: 423
6 internal struct Coord
7 {
8 // Token: 0x040008B5 RID: 2229
9 public short X;
10
11 // Token: 0x040008B6 RID: 2230
12 public short Y;
13 }
14}
short X
Definition Coord.cs:9
short Y
Definition Coord.cs:12