Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ByteView

Definition at line 9 of file Vector64DebugView.cs.

10 {
11 get
12 {
13 byte[] array = new byte[8];
14 Unsafe.WriteUnaligned(ref array[0], _value);
15 return array;
16 }
17 }