MoveUint16Type

@Serializable(with = MoveUint16TypeSerializer::class)
data class MoveUint16Type(val value: UShort) : MoveValue

Constructors

Link copied to clipboard
constructor(value: UShort)

Properties

Link copied to clipboard