Skip to content

Commit 7744036

Browse files
committed
fix: 🐛 add GetMoney() to PlaybackServer
1 parent e2bebb5 commit 7744036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logic/Server/PlaybackServer.cs

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public int[] FinalScore
4444
return finalScore;
4545
}
4646
}
47+
public override int[] GetMoney() => new int[0];
4748
public override int[] GetScore() => FinalScore;
4849
public PlaybackServer(ArgumentOptions options)
4950
{

0 commit comments

Comments
 (0)