New Modifier

This commit is contained in:
Marco 2025-02-09 09:37:43 +01:00
commit 019f7d7ca0
18 changed files with 423 additions and 45 deletions

View file

@ -2,5 +2,5 @@
public interface IBulletModifier
{
float ModifySpeed(float baseSpeed, int bulletIndex);
float ModifySpeed(float baseSpeed, int bulletIndex, int totalBullets);
}