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

◆ Change()

void System.Threading.Timer.Scheduler.Change ( Timer timer,
long new_next_run )
inline

Definition at line 234 of file Timer.cs.

235 {
236 if (timer.is_dead)
237 {
238 }
239 }

References System.Threading.Timer.is_dead.