summaryrefslogtreecommitdiff
path: root/NET/worlds/console/DialogReceiver.java
diff options
context:
space:
mode:
Diffstat (limited to 'NET/worlds/console/DialogReceiver.java')
-rw-r--r--NET/worlds/console/DialogReceiver.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/NET/worlds/console/DialogReceiver.java b/NET/worlds/console/DialogReceiver.java
new file mode 100644
index 0000000..1412344
--- /dev/null
+++ b/NET/worlds/console/DialogReceiver.java
@@ -0,0 +1,5 @@
+package NET.worlds.console;
+
+public interface DialogReceiver {
+ void dialogDone(Object var1, boolean var2);
+}