Finished scoring system and started tests

This commit is contained in:
KäseToatz
2024-11-06 21:46:37 +01:00
parent 23ae45ba91
commit af7457a9d9
13 changed files with 265 additions and 50 deletions

View File

@ -2,5 +2,7 @@
{
public interface IScoreHandler
{
public void WriteScore(Score score);
public List<Score> GetTopScores();
}
}