C# 클래스 EasyFarm.States.EndState

Handles the end of battle situation. Fires off the end list, sets FightStart to true so other lists can fire and replaces targets that are dead, null, empty or invalid.
상속: EasyFarm.States.CombatBaseState
파일 보기 프로젝트 열기: EasyFarm/EasyFarm

공개 메소드들

메소드 설명
Check ( ) : bool
EndState ( IMemoryAPI fface ) : System.Linq
Enter ( ) : void

Force player when changing targets.

Run ( ) : void

메소드 상세

Check() 공개 메소드

public Check ( ) : bool
리턴 bool

EndState() 공개 메소드

public EndState ( IMemoryAPI fface ) : System.Linq
fface IMemoryAPI
리턴 System.Linq

Enter() 공개 메소드

Force player when changing targets.
public Enter ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void