C# Class Lissandra_the_Ice_Goddess.Evade.SafePathResult

Mostrar archivo Open project: blacky/LeagueSharp

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,Lissandra_the_Ice_Goddess.Evade Intersection
return FoundIntersection

IsSafe public_oe property

public bool IsSafe
return bool