C# Class AiCombatantManager, FetchQuest

Inheritance: ICombatantManager
Datei anzeigen Open project: uwgb-socsc/FetchQuest

Public Methods

Method Description
getAction ( ) : CombatAction,
hasAction ( ) : bool
setup ( List participants ) : void

Method Details

getAction() public method

public getAction ( ) : CombatAction,
return CombatAction,

hasAction() public method

public hasAction ( ) : bool
return bool

setup() public method

public setup ( List participants ) : void
participants List
return void