C# Class LightningGem, angrygoats

Purpose: The yellow/lightning gem. Useful for stunning the enemy in their tracks. This completely stops the enemy but is applied for a shorter time than the freeze gem
Inheritance: GenericGem
Afficher le fichier Open project: dulb640/angrygoats

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