Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PaddedReference.cs
Go to the documentation of this file.
2
3namespace Internal;
4
5[StructLayout(LayoutKind.Explicit, Size = 64)]
6internal struct PaddedReference
7{
8 [FieldOffset(0)]
9 public object Object;
10}