namespace BITFALL.Bullet { public interface IBulletService { void Spawn(BulletData bulletData); } }