C# Class FireCurse, angrygoats

Purpose: Applies a curse to enemies which causes them to take damage over time.
Inheritance: MonoBehaviour
显示文件 Open project: dulb640/angrygoats Class Usage Examples

Public Methods

Method Description
updateStats ( float time, int damage ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

updateStats() public method

public updateStats ( float time, int damage ) : void
time float
damage int
return void