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
SmallRect.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x020001A8 RID: 424
6 internal struct SmallRect
7 {
8 // Token: 0x040008B7 RID: 2231
9 public short Left;
10
11 // Token: 0x040008B8 RID: 2232
12 public short Top;
13
14 // Token: 0x040008B9 RID: 2233
15 public short Right;
16
17 // Token: 0x040008BA RID: 2234
18 public short Bottom;
19 }
20}