C# Class BuyLevelSeven, Team4BabelGame

Inheritance: MonoBehaviour
Show file Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
cost int
ls GameObject

Public Methods

Method Description
DoYouWannaBuy ( ) : void
NotEnoughOrbs ( ) : void
Start ( ) : void
UnlockLevelSeven ( ) : void
Update ( ) : void

Method Details

DoYouWannaBuy() public method

public DoYouWannaBuy ( ) : void
return void

NotEnoughOrbs() public method

public NotEnoughOrbs ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UnlockLevelSeven() public method

public UnlockLevelSeven ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

cost public property

public int cost
return int

ls public property

public GameObject ls
return GameObject