Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DoubleUlong.cs
Go to the documentation of this file.
2
3namespace System.Numerics;
4
5[StructLayout(LayoutKind.Explicit)]
6internal struct DoubleUlong
7{
8 [FieldOffset(0)]
9 public double dbl;
10
11 [FieldOffset(0)]
12 public ulong uu;
13}