You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #367 from DevD4v3/feature/add-gungame-wins
Add GunGame wins as a persistent player statistic.
Changes:
* Added the GunGameWins statistic to PlayerInfo.
* Persisted the statistic across all repository implementations (InMemory, MariaDB and SQLite).
* Added UpdateGunGameWins to IPlayerRepository.
* Updated SQL scripts and seed data.
* Increment and update GunGame wins after a player completes the weapon progression.
* Display GunGame wins in the /mystats command.
* Added unit and integration tests.
0 commit comments