Antura.UI.MinigamesUILives.ResetToMax C# (CSharp) Method

ResetToMax() public method

Makes all life objects active (with a full heart)
public ResetToMax ( ) : int
return int
        public int ResetToMax()
        {
            return SetCurrLives(MaxLives);
        }