Uses of Class
sudoku.Player.GrantRewardMsg
-
-
Uses of Player.GrantRewardMsg in sudoku
Methods in sudoku with parameters of type Player.GrantRewardMsg Modifier and Type Method Description private akka.actor.typed.Behavior<Player.Protocol>
Player. onGrantReward(Player.GrantRewardMsg msg)
Player receives reward or punishment from the Teacher for its choices during the last iteration.
-