mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
[minor] Some formatting, remove unused code, changes to logging.
This commit is contained in:
parent
7df016ecf8
commit
31da9dcdfd
4 changed files with 10 additions and 13 deletions
|
|
@ -44,9 +44,7 @@ public class GameClientMessage implements Serializable {
|
|||
private CardsView cardsView;
|
||||
private CardsView cardsView2;
|
||||
private String message;
|
||||
private AbilityPickerView abilityView;
|
||||
private boolean flag;
|
||||
private boolean cancel;
|
||||
private String[] strings;
|
||||
private Set<UUID> targets;
|
||||
private int min;
|
||||
|
|
@ -109,10 +107,6 @@ public class GameClientMessage implements Serializable {
|
|||
return message;
|
||||
}
|
||||
|
||||
public AbilityPickerView getAbilityView() {
|
||||
return abilityView;
|
||||
}
|
||||
|
||||
public boolean isFlag() {
|
||||
return flag;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue