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

◆ TimerNode() [2/2]

System.Net.TimerThread.TimerNode.TimerNode ( )
inlinepackage

Definition at line 208 of file TimerThread.cs.

209 : base(0)
210 {
211 _timerState = TimerState.Sentinel;
212 }

References System.Net.TimerThread.TimerNode._timerState.