Updated: GameController

This commit is contained in:
rubenpirreram
2026-04-18 18:00:49 +02:00
parent 60bdb06bf0
commit 31796aabdb
@@ -10,6 +10,9 @@ public class GameController {
} }
public GameController() { public GameController() {
} }
public Game getModel() {
return model;
}
public void setModel(Game model) { public void setModel(Game model) {
this.model = model; this.model = model;
} }