export class ToSelectGameData { constructor(public level: number, public gameId: number) { } }