Uses of Class
edu.ntnu.idi.idatt.view.ludo.LudoGameView
Packages that use LudoGameView
-
Uses of LudoGameView in edu.ntnu.idi.idatt.controller.ludo
Constructors in edu.ntnu.idi.idatt.controller.ludo with parameters of type LudoGameViewModifierConstructorDescriptionLudoGameController
(LudoGameView ludoGameView, Board board, List<Player> players) Constructs a newLudoGameController
.