C# 클래스 EntityData.Monsters.Monster

상속: IMonster
파일 보기 프로젝트 열기: Kursledare/Mookieraw

공개 메소드들

메소드 설명
Action ( ) : void
AddCommand ( Commands command ) : bool
AlterHealth ( int amount ) : void
CalculateDamage ( ) : int
GetNextCommand ( ) : Commands

보호된 메소드들

메소드 설명
Monster ( ) : System

비공개 메소드들

메소드 설명
Attack ( IEntity entity ) : void

메소드 상세

Action() 공개 메소드

public Action ( ) : void
리턴 void

AddCommand() 공개 메소드

public AddCommand ( Commands command ) : bool
command Commands
리턴 bool

AlterHealth() 공개 메소드

public AlterHealth ( int amount ) : void
amount int
리턴 void

CalculateDamage() 공개 메소드

public CalculateDamage ( ) : int
리턴 int

GetNextCommand() 공개 메소드

public GetNextCommand ( ) : Commands
리턴 Commands

Monster() 보호된 메소드

protected Monster ( ) : System
리턴 System