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

◆ Semaphore() [4/4]

System.Threading.Semaphore.Semaphore ( SafeWaitHandle handle)
inlineprivate

Definition at line 71 of file Semaphore.cs.

72 {
73 base.SafeWaitHandle = handle;
74 }

References System.handle.