implement smart bullet

This commit is contained in:
Vinzenz Schroeter 2024-04-29 21:52:50 +02:00
parent 21f7d1d5f4
commit 0e01ff0fb9
9 changed files with 54 additions and 21 deletions

View file

@ -47,7 +47,7 @@ internal sealed class CollectPowerUp(
};
break;
default:
throw new NotImplementedException();
throw new UnreachableException();
}
tank.Owner.Scores.PowerUpsCollected++;