package code.kalter.longflight.game.explosion; /** * Взрыватель! * * @author KalterFive */ public interface Detonator { void activate(int x, int y); }