C# Class SharpVision.GrassLocation

Afficher le fichier Open project: blm95/LeagueSharp2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
Index int

Méthodes publiques

Méthode Description
GrassLocation ( int index, int count ) : System
Update ( int index ) : void

Method Details

GrassLocation() public méthode

public GrassLocation ( int index, int count ) : System
index int
count int
Résultat System

Update() public méthode

public Update ( int index ) : void
index int
Résultat void

Property Details

Count public_oe property

public int Count
Résultat int

Index public_oe property

public int Index
Résultat int