Assets.Core.ComboHandler.NextGoalPress C# (CSharp) Method

NextGoalPress() public method

public NextGoalPress ( ) : PressType?
return PressType?
        public PressType? NextGoalPress()
        {
            if (_goalId != -1) {
                return _currentGoal [_currentPresses.Count];
            }
            return null;
        }