SimpleTimer.AddTime C# (CSharp) Method

AddTime() public method

Add time to the timer
public AddTime ( float amt ) : void
amt float
return void
    public void AddTime(float amt)
    {
        _life += amt;
    }