Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Have EuropeanRouletteControl extend RouletteController instead of Gam…
Browse files Browse the repository at this point in the history
…eController
  • Loading branch information
StrangerCoug committed Nov 19, 2023
1 parent 292d133 commit 2a095d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
*/
package com.github.strangercoug.freecasino.games.controller.table;

import com.github.strangercoug.freecasino.games.controller.GameController;
import com.github.strangercoug.freecasino.games.model.table.EuropeanRoulette;
import com.github.strangercoug.freecasino.games.view.table.EuropeanRouletteView;

public class EuropeanRouletteController extends GameController {
public class EuropeanRouletteController extends RouletteController {
protected EuropeanRouletteController(EuropeanRoulette model, EuropeanRouletteView view) {
super(model, view);
}
Expand Down

0 comments on commit 2a095d2

Please sign in to comment.