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

◆ Add() [3/4]

static uint System.Threading.Interlocked.Add ( ref uint location1,
uint value )
inlinestatic

Definition at line 186 of file Interlocked.cs.

187 {
188 return (uint)Add(ref Unsafe.As<uint, int>(ref location1), (int)value);
189 }

References System.Add, and System.value.