forked from External/mage
"End The Turn" button. Fixed Issue 234.
This commit is contained in:
parent
7aeca99a59
commit
9a2b9de6eb
2 changed files with 20 additions and 1 deletions
|
|
@ -371,6 +371,10 @@ public class FeedbackPanel extends javax.swing.JPanel {
|
|||
this.helper = helper;
|
||||
}
|
||||
|
||||
public FeedbackMode getMode() {
|
||||
return this.mode;
|
||||
}
|
||||
|
||||
private javax.swing.JButton btnLeft;
|
||||
private javax.swing.JButton btnRight;
|
||||
private javax.swing.JButton btnSpecial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue