C# 클래스 cleanLayer.Library.Combat.ActionBase

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

공개 메소드들

메소드 설명
ActionBase ( Brain brain, int priority ) : cleanCore
Execute ( ) : void
Print ( string text ) : void
Sleep ( int ms ) : void

메소드 상세

ActionBase() 공개 메소드

public ActionBase ( Brain brain, int priority ) : cleanCore
brain Brain
priority int
리턴 cleanCore

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

Print() 공개 메소드

public Print ( string text ) : void
text string
리턴 void

Sleep() 공개 메소드

public Sleep ( int ms ) : void
ms int
리턴 void