Package sudoku

Class Player.NegotiationsPositiveMsg

    • Field Detail

      • _approvedDigit

        public final int _approvedDigit
    • Constructor Detail

      • NegotiationsPositiveMsg

        public NegotiationsPositiveMsg​(int approvedDigit,
                                       akka.actor.typed.ActorRef<Table.Protocol> replyTo,
                                       int tableId,
                                       int iterationId)