package jp.gr.procon.proconapp.model; import java.util.ArrayList; public class GameResultList extends ArrayList<GameResult> { }