Antura.UI.MinigamesUILives.ResetToMax C# (CSharp) Метод

ResetToMax() публичный Метод

Makes all life objects active (with a full heart)
public ResetToMax ( ) : int
Результат int
        public int ResetToMax()
        {
            return SetCurrLives(MaxLives);
        }