FrameStats

@Serializable
data class FrameStats(val sent: Int, val nulled: Int, val deficit: Int)

Frame statistics.

Constructors

Link copied to clipboard
constructor(sent: Int, nulled: Int, deficit: Int)

Properties

Link copied to clipboard

the amount of frames that were deficit

Link copied to clipboard
val nulled: Int

the amount of frames that were nulled

Link copied to clipboard
val sent: Int

the amount of frames sent to Discord