C# Class MerchData, TapBand

Mostra file Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
coinPerSecond int
id int
level int
merchType MerchType
name string
timeLimit int
upgradeCost int

Property Details

coinPerSecond public_oe property

public int coinPerSecond
return int

id public_oe property

public int id
return int

level public_oe property

public int level
return int

merchType public_oe property

public MerchType merchType
return MerchType

name public_oe property

public string name
return string

timeLimit public_oe property

public int timeLimit
return int

upgradeCost public_oe property

public int upgradeCost
return int