terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ StartPlayTimer()

void Terraria.IO.PlayerFileData.StartPlayTimer ( )
inline

Definition at line 176 of file PlayerFileData.cs.

177 {
178 if (!this._isTimerActive)
179 {
180 Stopwatch timer = this._timer;
181 this._isTimerActive = true;
182 if (!timer.is_running)
183 {
184 timer.Start();
185 return;
186 }
187 }
188 }
class f__AnonymousType0<< Count > j__TPar
readonly Stopwatch _timer

References Terraria.IO.PlayerFileData._isTimerActive, Terraria.IO.PlayerFileData._timer, System.Diagnostics.Stopwatch.is_running, j__TPar, and System.Diagnostics.Stopwatch.Start().