organize imports
This commit is contained in:
parent
cabbe9cda5
commit
9df6406a93
46 changed files with 59 additions and 62 deletions
|
@ -1,9 +1,9 @@
|
|||
package game.gui;
|
||||
|
||||
import game.gui.element.ActButton;
|
||||
import game.gui.element.ActButton.Mode;
|
||||
import game.gui.element.Label;
|
||||
import game.gui.element.Textbox;
|
||||
import game.gui.element.ActButton.Mode;
|
||||
|
||||
public class GuiConfirm extends Gui implements ActButton.Callback {
|
||||
public static interface Callback {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue