C# Class InventoryItem

Show file Open project: Unity3dAzure/AppServicesDemo Class Usage Examples

Public Properties

Property Type Description
amount int
name string

Property Details

amount public property

public int amount
return int

name public property

public string name
return string