fBaseXtensions.XML.FunkyWaypoint.ShouldAttemptInteraction C# (CSharp) Method

ShouldAttemptInteraction() private method

private ShouldAttemptInteraction ( ) : bool
return bool
        private bool ShouldAttemptInteraction()
        {
            return DateTime.Now.Subtract(LastInteraction).TotalSeconds > 8;
        }