feat: add audio
This commit is contained in:
@@ -59,7 +59,7 @@ public class GameSimulation extends GameAdaptator {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onMove(Move move) {
|
||||
public void onMove(Move move, boolean captured) {
|
||||
sendCommand(new MoveCommand(move));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user