LudoTurnForfeitedCallback typedef

LudoTurnForfeitedCallback = void Function(int playerIndex, int place)

Fired when a roll is forfeited by LudoDiceRules.forfeitStreak.

Implementation

typedef LudoTurnForfeitedCallback = void Function(int playerIndex, int streak);