Antura.UI.MinigamesUILives.ResetToMax C# (CSharp) Méthode

ResetToMax() public méthode

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