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

◆ Read< T >()

static unsafe T System.Runtime.CompilerServices.Unsafe.Read< T > ( void * source)
inlinestatic

Definition at line 9 of file Unsafe.cs.

10 {
11 return Unsafe.Read<T>(source);
12 }

References System.source.