Package sudoku

Class Table.WithdrawOfferMsg

    • Field Detail

      • _withdrawnDigit

        public final int _withdrawnDigit
    • Constructor Detail

      • WithdrawOfferMsg

        public WithdrawOfferMsg​(int withdrawnDigit,
                                akka.actor.typed.ActorRef<Player.Protocol> replyTo,
                                int playerId,
                                int iterationId)