C# 클래스 Eryan.Script.Scripts.AutoLoger

Logs into the Eve account
상속: Eryan.Script.Scriptable
파일 보기 프로젝트 열기: emist/Eryan

공개 메소드들

메소드 설명
onFinish ( ) : System.Boolean
onStart ( ) : System.Boolean
run ( ) : int
userCredentials ( AccountManager acc ) : void

Load the user credentials

메소드 상세

onFinish() 공개 메소드

public onFinish ( ) : System.Boolean
리턴 System.Boolean

onStart() 공개 메소드

public onStart ( ) : System.Boolean
리턴 System.Boolean

run() 공개 메소드

public run ( ) : int
리턴 int

userCredentials() 공개 메소드

Load the user credentials
public userCredentials ( AccountManager acc ) : void
acc Eryan.Security.AccountManager The account manager reference that has the credentials
리턴 void