C# 클래스 SimpleEnemyPlayer, PocketGodsRPG_Proto

상속: IPlayer
파일 보기 프로젝트 열기: pocket-playlab/PocketGodsRPG_Proto

공개 메소드들

메소드 설명
DoAction ( ) : void

This is like an update function

OnFinishedTurn ( ) : void
OnStartTurn ( ) : void
SimpleEnemyPlayer ( ) : System.Collections

비공개 메소드들

메소드 설명
OnSkillFinished ( ) : void

메소드 상세

DoAction() 공개 메소드

This is like an update function
public DoAction ( ) : void
리턴 void

OnFinishedTurn() 공개 메소드

public OnFinishedTurn ( ) : void
리턴 void

OnStartTurn() 공개 메소드

public OnStartTurn ( ) : void
리턴 void

SimpleEnemyPlayer() 공개 메소드

public SimpleEnemyPlayer ( ) : System.Collections
리턴 System.Collections