C# Class IslandCore, Aegina

Creer un nouveau cristeau
Inheritance: Element
Afficher le fichier Open project: JMounier/Aegina Class Usage Examples

Méthodes publiques

Méthode Description
IslandCore ( ) : System.Collections
IslandCore ( IslandCore, cristal ) : System.Collections
IslandCore ( int id, GameObject prefab ) : System.Collections

Méthodes protégées

Méthode Description
Kill ( ) : void

Reset le cristal lorsqu'il n'a plus de pv

Method Details

IslandCore() public méthode

public IslandCore ( ) : System.Collections
Résultat System.Collections

IslandCore() public méthode

public IslandCore ( IslandCore, cristal ) : System.Collections
cristal IslandCore,
Résultat System.Collections

IslandCore() public méthode

public IslandCore ( int id, GameObject prefab ) : System.Collections
id int
prefab GameObject
Résultat System.Collections

Kill() protected méthode

Reset le cristal lorsqu'il n'a plus de pv
protected Kill ( ) : void
Résultat void