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

◆ Write() [8/13]

static void System.Threading.Volatile.Write ( ref sbyte location,
sbyte value )
inlinestatic

Definition at line 175 of file Volatile.cs.

176 {
177 Unsafe.As<sbyte, VolatileSByte>(ref location).Value = value;
178 }

References System.value.