31323334353637
return name; } public void init(GameContainer container, StateBasedGame game) throws SlickException { field = new Field(); player = new Player(); }