public MoneydropController(GameController co) { controller = co; view = new MoneydropView(this); model = new MoneydropModel(); }