public override void FixedUpdate()
 {
     _currentFixed = InputUtil.GetNextFixedButtonStateFromCurrent(_currentFixed, _current);
 }