package jrummikub.view; import jrummikub.model.GameSettings; public interface ISidePanel { public void setGameSettings(GameSettings settings); }