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.
1
using
System
;
2
3
namespace
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
}
System
Definition
__ComObject.cs:4
System.SmallRect.Top
short Top
Definition
SmallRect.cs:12
System.SmallRect.Bottom
short Bottom
Definition
SmallRect.cs:18
System.SmallRect.Left
short Left
Definition
SmallRect.cs:9
System.SmallRect.Right
short Right
Definition
SmallRect.cs:15
System.SmallRect
Definition
SmallRect.cs:7
source
mscorlib
System
SmallRect.cs
Generated by
1.10.0