AkaCore.AkaLib.Evade.SafePathResult.SafePathResult C# (CSharp) Method

SafePathResult() public method

public SafePathResult ( bool isSafe, FoundIntersection intersection ) : System
isSafe bool
intersection FoundIntersection
return System
        public SafePathResult(bool isSafe, FoundIntersection intersection)
        {
            this.IsSafe = isSafe;
            this.Intersection = intersection;
        }
SafePathResult