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

◆ AllocateDataSlot()

static LocalDataStoreSlot System.Threading.Thread.AllocateDataSlot ( )
inlinestatic

Definition at line 740 of file Thread.cs.

741 {
742 return LocalDataStore.AllocateSlot();
743 }

References System.Threading.Thread.LocalDataStore.AllocateSlot().