public void OnStart() { m_current_time = 0; m_current_frame = 0; m_game_over = false; m_outside_world.OnGameStart(); }
public virtual void OnStart() { m_current_time = FixPoint.Zero; m_current_frame = 0; m_outside_world.OnGameStart(); }