FSMState.FSMState C# (CSharp) Method

FSMState() protected method

protected FSMState ( float interTime = 0.1f ) : System.Collections
interTime float
return System.Collections
    protected FSMState(float interTime = 0.1f)
    {
        this.intervalTime = interTime;
        ResetTimer();
    }