Finished scoring system and started tests
This commit is contained in:
@ -2,5 +2,7 @@
|
||||
{
|
||||
public interface IScoreHandler
|
||||
{
|
||||
public void WriteScore(Score score);
|
||||
public List<Score> GetTopScores();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user