package ru.dbotthepony.kstarbound.defs data class CurrencyDefinition( val representativeItem: String, val playerMax: Long = 999999, )