C# Class AttackEnemy, ScorpioDev

Inheritance: GoapAction
Show file Open project: mbiondi17/ScorpioDev Class Usage Examples

Public Properties

Property Type Description
gameManager GameManager
startThisObj bool

Public Methods

Method Description
Update ( ) : void
isComplete ( ) : bool

Method Details

Update() public method

public Update ( ) : void
return void

isComplete() public method

public isComplete ( ) : bool
return bool

Property Details

gameManager public property

public GameManager gameManager
return GameManager

startThisObj public property

public bool startThisObj
return bool