C# Class EntityData.Monsters.Monster

Inheritance: IMonster
Afficher le fichier Open project: Kursledare/Mookieraw

Méthodes publiques

Méthode Description
Action ( ) : void
AddCommand ( Commands command ) : bool
AlterHealth ( int amount ) : void
CalculateDamage ( ) : int
GetNextCommand ( ) : Commands

Méthodes protégées

Méthode Description
Monster ( ) : System

Private Methods

Méthode Description
Attack ( IEntity entity ) : void

Method Details

Action() public méthode

public Action ( ) : void
Résultat void

AddCommand() public méthode

public AddCommand ( Commands command ) : bool
command Commands
Résultat bool

AlterHealth() public méthode

public AlterHealth ( int amount ) : void
amount int
Résultat void

CalculateDamage() public méthode

public CalculateDamage ( ) : int
Résultat int

GetNextCommand() public méthode

public GetNextCommand ( ) : Commands
Résultat Commands

Monster() protected méthode

protected Monster ( ) : System
Résultat System