C# Class _DragonEgg, Rookery

Inheritance: _DragonBase
Afficher le fichier Open project: AIESeattleGameArt/Rookery

Méthodes publiques

Свойство Type Description
cost int
fireDragon GameObject

Méthodes publiques

Méthode Description
LevelUp ( ) : void
LevelUp ( string type ) : void
Sell ( ) : void
Shoot ( ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

LevelUp() public méthode

public LevelUp ( ) : void
Résultat void

LevelUp() public méthode

public LevelUp ( string type ) : void
type string
Résultat void

Sell() public méthode

public Sell ( ) : void
Résultat void

Shoot() public méthode

public Shoot ( ) : void
Résultat void

Property Details

cost public_oe static_oe property

public static int cost
Résultat int

fireDragon public_oe property

public GameObject fireDragon
Résultat GameObject