// Static unit from original Game class, can be moved to a Constants class or GameWindow class Game { // Keep this for unit, or move Game.unit to a Constants file. static int unit = 10; }