package de.sanguinik.model; public interface ShootCallback { void shootBullet(Bullet bullet); }