Experience

data class Experience(val current: Int, val next: Int)

The experience that a character has.

Constructors

Link copied to clipboard
constructor(current: Int, next: Int)

Properties

Link copied to clipboard

The experience that the character currently has.

Link copied to clipboard
val next: Int

The experience required for the character to reach the next level.