package games.scenarios; import games.BoardGame; public interface GameScenario { public int play(BoardGame game); }