Stats

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

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: Int, defense: Int, speed: Int)

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: Int

This field holds the speed stat.