C# Class IslandCore, Aegina

Creer un nouveau cristeau
Inheritance: Element
Show file Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
IslandCore ( ) : System.Collections
IslandCore ( IslandCore, cristal ) : System.Collections
IslandCore ( int id, GameObject prefab ) : System.Collections

Protected Methods

Method Description
Kill ( ) : void

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

Method Details

IslandCore() public method

public IslandCore ( ) : System.Collections
return System.Collections

IslandCore() public method

public IslandCore ( IslandCore, cristal ) : System.Collections
cristal IslandCore,
return System.Collections

IslandCore() public method

public IslandCore ( int id, GameObject prefab ) : System.Collections
id int
prefab GameObject
return System.Collections

Kill() protected method

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