C# Class AiCombatantManager, FetchQuest

Inheritance: ICombatantManager
Afficher le fichier Open project: uwgb-socsc/FetchQuest

Méthodes publiques

Méthode Description
getAction ( ) : CombatAction,
hasAction ( ) : bool
setup ( List participants ) : void

Method Details

getAction() public méthode

public getAction ( ) : CombatAction,
Résultat CombatAction,

hasAction() public méthode

public hasAction ( ) : bool
Résultat bool

setup() public méthode

public setup ( List participants ) : void
participants List
Résultat void