PlayerStub declareBlocker fix

This commit is contained in:
L_J 2018-05-19 08:43:42 +00:00 committed by GitHub
parent bd2a2eebf4
commit 994771049c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -993,6 +993,11 @@ public class PlayerStub implements Player {
}
@Override
public void declareBlocker(UUID defenderId, UUID blockerId, UUID attackerId, Game game, boolean allowUndo) {
}
@Override
public List<Permanent> getAvailableAttackers(Game game) {
return null;