C# 클래스 SharpVision.GrassLocation

파일 보기 프로젝트 열기: blm95/LeagueSharp2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Count int
Index int

공개 메소드들

메소드 설명
GrassLocation ( int index, int count ) : System
Update ( int index ) : void

메소드 상세

GrassLocation() 공개 메소드

public GrassLocation ( int index, int count ) : System
index int
count int
리턴 System

Update() 공개 메소드

public Update ( int index ) : void
index int
리턴 void

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

Index 공개적으로 프로퍼티

public int Index
리턴 int