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

◆ IntPtr() [3/4]

unsafe System.IntPtr.IntPtr ( void * value)
inline

Definition at line 82 of file IntPtr.cs.

83 {
84 _value = value;
85 }
unsafe readonly void * _value
Definition IntPtr.cs:15

References System.IntPtr._value, and System.value.