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);
        }