Stats

@Serializable
data class Stats(val offense: Long, val defense: Long, val speed: Long)

Information about a hero's stats.

Parameters

offense

the offense stat

defense

the defense stat

speed

the speed stat

Constructors

Link copied to clipboard
constructor(offense: Long, defense: Long, speed: Long)

Properties

Link copied to clipboard

This field holds the defense stat.

Link copied to clipboard

This field holds the offense stat.

Link copied to clipboard
val speed: Long

This field holds the speed stat.