MPlayerStat.Leap C# (CSharp) 메소드

Leap() 공개 메소드

public Leap ( ) : void
리턴 void
    public void Leap()
    {
        amount = Math.Min(max,(int)((float)amount*1.25f));
        if(SignalChange != null) SignalChange(this);
    }