Skip to content
Snippets Groups Projects
Commit fea00718 authored by koz01's avatar koz01
Browse files

Fix type in World for a method setGameListener

parent cb32fc8c
Branches
No related merge requests found
......@@ -115,7 +115,7 @@ public class World {
}
}
public void setGameListener(GameListenerImpl gameListener) {
public void setGameListener(GameListener gameListener) {
this.gameListener = gameListener;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment