Package-level declarations

Types

Link copied to clipboard
class PlayerData(val uuid: UUID, username: String, level: Int, xp: Long, gold: Int, gems: Int)

Data class representing all persistent player information in the MMO system.