C# Class BuyLevelSeven, Team4BabelGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame

Méthodes publiques

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

Méthodes publiques

Méthode Description
DoYouWannaBuy ( ) : void
NotEnoughOrbs ( ) : void
Start ( ) : void
UnlockLevelSeven ( ) : void
Update ( ) : void

Method Details

DoYouWannaBuy() public méthode

public DoYouWannaBuy ( ) : void
Résultat void

NotEnoughOrbs() public méthode

public NotEnoughOrbs ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UnlockLevelSeven() public méthode

public UnlockLevelSeven ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

cost public_oe property

public int cost
Résultat int

ls public_oe property

public GameObject ls
Résultat GameObject