public void StartGame() { Timer.Start(); PathFinderTimer.Start(); MonsterMoveTimer.Start(); }
public void StopGame() { Timer.Stop(); PathFinderTimer.Stop(); MonsterMoveTimer.Stop(); }