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

◆ GetByteValue()

byte System.Threading.LowLevelLifoSemaphore.Counts.GetByteValue ( byte shift)
inlineprivate

Definition at line 51 of file LowLevelLifoSemaphore.cs.

52 {
53 return (byte)(_data >> (int)shift);
54 }

References System.Threading.LowLevelLifoSemaphore.Counts._data.