306307308309310311312313314315316
} public void actionPerformed(ActionEvent event) { GameContext conText = this.panel.getContext(); if (!conText.isDead()) conText.buyTower(type); } } //Send Creeps