C# Class SyncBoss, Aegina

Inheritance: NetworkBehaviour
Afficher le fichier Open project: JMounier/Aegina

Méthodes publiques

Méthode Description
ReceiveDamage ( int damage ) : void
Restart ( ) : void
ShockWave ( ) : void
Summon ( ) : void
UseCristal ( ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

ReceiveDamage() public méthode

public ReceiveDamage ( int damage ) : void
damage int
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

ShockWave() public méthode

public ShockWave ( ) : void
Résultat void

Summon() public méthode

public Summon ( ) : void
Résultat void

UseCristal() public méthode

public UseCristal ( ) : void
Résultat void