set
Indexed write of a value for a given Stat, e.g. this.gold += 1f
is equivalent to this[Stat.Gold] += 1f
Sources
jvm source
Link copied to clipboard
Indexed write of a value for a given Stat, e.g. this.gold += 1f
is equivalent to this[Stat.Gold] += 1f