C# Class AkaCore.AkaLib.Evade.SafePathResult

Mostra file Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
Intersection FoundIntersection
IsSafe bool

Public Methods

Method Description
SafePathResult ( bool isSafe, FoundIntersection intersection ) : System

Method Details

SafePathResult() public method

public SafePathResult ( bool isSafe, FoundIntersection intersection ) : System
isSafe bool
intersection FoundIntersection
return System

Property Details

Intersection public_oe property

public FoundIntersection,AkaCore.AkaLib.Evade Intersection
return FoundIntersection

IsSafe public_oe property

public bool IsSafe
return bool