C# Class IceCurse, angrygoats

Purpose: The curse which makes sure the enemies which have it are slowed in movement speed for a period of time.
Inheritance: MonoBehaviour
Datei anzeigen Open project: dulb640/angrygoats Class Usage Examples

Public Methods

Method Description
addFactor ( float factor ) : void
updateEndTime ( float time ) : void

Private Methods

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

Method Details

addFactor() public method

public addFactor ( float factor ) : void
factor float
return void

updateEndTime() public method

public updateEndTime ( float time ) : void
time float
return void