namespace Cirno.Scripts.Resources; public interface IBulletModifier { float ModifySpeed(float baseSpeed, int bulletIndex, int totalBullets); }