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

Add method setGameListener

parent 32ed8925
No related merge requests found
......@@ -114,5 +114,9 @@ public class World {
}
}
}
public void setGameListener(GameListener listener) {
this.gameListener = listener;
}
}
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