C# Class ThreeOtherPacks, Team4BabelGame

Inheritance: MonoBehaviour
Exibir arquivo Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
buyButton Image
cost int
costText Text
pack3 GameObject
purchased Sprite

Public Methods

Method Description
APack ( GameObject pack ) : void
BuyThisItem ( ) : void
IsBought ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

APack() public method

public APack ( GameObject pack ) : void
pack GameObject
return void

BuyThisItem() public method

public BuyThisItem ( ) : void
return void

IsBought() public method

public IsBought ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

buyButton public_oe property

public Image buyButton
return Image

cost public_oe property

public int cost
return int

costText public_oe property

public Text costText
return Text

pack3 public_oe property

public GameObject pack3
return GameObject

purchased public_oe property

public Sprite purchased
return Sprite