C# Class FireGem, angrygoats

Purpose: The red/fire gem. Creates a single bolt which applies a damage over time curse to whatever it hits.
Inheritance: GenericGem
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
overTimeDamage int

Méthodes publiques

Méthode Description
castAnimation ( ) : void
onEnemyHit ( GameObject other ) : void

Méthodes protégées

Méthode Description
doEffect ( ) : void

Method Details

castAnimation() public méthode

public castAnimation ( ) : void
Résultat void

doEffect() protected méthode

protected doEffect ( ) : void
Résultat void

onEnemyHit() public méthode

public onEnemyHit ( GameObject other ) : void
other GameObject
Résultat void

Property Details

overTimeDamage public_oe property

public int overTimeDamage
Résultat int