data class Dice
Dice(value: DiceResult, animationType: DiceAnimationType)
val animationType: DiceAnimationType
val value: DiceResult