FSMState.FSMState C# (CSharp) 메소드

FSMState() 보호된 메소드

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