implement smart bullet
This commit is contained in:
parent
21f7d1d5f4
commit
0e01ff0fb9
9 changed files with 54 additions and 21 deletions
|
@ -47,7 +47,7 @@ internal sealed class CollectPowerUp(
|
|||
};
|
||||
break;
|
||||
default:
|
||||
throw new NotImplementedException();
|
||||
throw new UnreachableException();
|
||||
}
|
||||
|
||||
tank.Owner.Scores.PowerUpsCollected++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue