public void KillTimer(string name) { MagmaTE timer = GetTimer(name); if (timer == null) { return; } timer.Kill(); Timers.Remove(name); }