[FEATURE] Added dialog input && Set amount

This commit is contained in:
Emmastone
2016-10-16 23:47:21 +01:00
parent fa5030262a
commit 0ae03219a2
5 changed files with 33 additions and 1 deletions
@@ -20,6 +20,8 @@ public interface Client {
void setInterface(int id);
void setAmountOrNameInput(int amount);
int[] getCurrentExp();
Deque[][][] getGroundItems();
@@ -28,6 +30,8 @@ public interface Client {
int getBackDialogId();
int getInputDialogState();
int getPlane();
int[] getMenuActionId();