C# 클래스 AkaCore.Features.Utility.Modules.AutoBuyStarters

상속: IModule
파일 보기 프로젝트 열기: Kysamaa/EloBuddy

공개 프로퍼티들

프로퍼티 타입 설명
bought bool
ticks int

공개 메소드들

메소드 설명
GetModuleType ( ) : ModuleType
OnExecute ( ) : void
OnLoad ( ) : void
ShouldGetExecuted ( ) : bool

메소드 상세

GetModuleType() 공개 메소드

public GetModuleType ( ) : ModuleType
리턴 ModuleType

OnExecute() 공개 메소드

public OnExecute ( ) : void
리턴 void

OnLoad() 공개 메소드

public OnLoad ( ) : void
리턴 void

ShouldGetExecuted() 공개 메소드

public ShouldGetExecuted ( ) : bool
리턴 bool

프로퍼티 상세

bought 공개적으로 정적으로 프로퍼티

public static bool bought
리턴 bool

ticks 공개적으로 정적으로 프로퍼티

public static int ticks
리턴 int