package com.codegym.games.minesweeper; public class GameObject { public int x; public int y; GameObject (int x, int y) { } }