Fixed all requirements

This commit is contained in:
KäseToatz
2024-11-07 01:52:51 +01:00
parent af7457a9d9
commit 0121584708
20 changed files with 171 additions and 69 deletions

View File

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