C# Class MerchData, TapBand

Show 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 property

public int coinPerSecond
return int

id public property

public int id
return int

level public property

public int level
return int

merchType public property

public MerchType merchType
return MerchType

name public property

public string name
return string

timeLimit public property

public int timeLimit
return int

upgradeCost public property

public int upgradeCost
return int