C# Class com.kumakore.sample.InventoryBehav

Inheritance: SigninBehav
显示文件 Open project: kumakore/kumakore-sdk

Public Methods

Method Description
addItem ( string id, int quantity ) : void
getInventory ( ) : void
getProducts ( ) : void

Protected Methods

Method Description
OnGUI ( ) : void

Method Details

OnGUI() protected method

protected OnGUI ( ) : void
return void

addItem() public method

public addItem ( string id, int quantity ) : void
id string
quantity int
return void

getInventory() public method

public getInventory ( ) : void
return void

getProducts() public method

public getProducts ( ) : void
return void