We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bebb5 commit 7744036Copy full SHA for 7744036
logic/Server/PlaybackServer.cs
@@ -44,6 +44,7 @@ public int[] FinalScore
44
return finalScore;
45
}
46
47
+ public override int[] GetMoney() => new int[0];
48
public override int[] GetScore() => FinalScore;
49
public PlaybackServer(ArgumentOptions options)
50
{
0 commit comments