summaryrefslogtreecommitdiff
path: root/tests/MyGame/Example/Any.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MyGame/Example/Any.java')
-rwxr-xr-xtests/MyGame/Example/Any.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/MyGame/Example/Any.java b/tests/MyGame/Example/Any.java
new file mode 100755
index 00000000..9cbafb15
--- /dev/null
+++ b/tests/MyGame/Example/Any.java
@@ -0,0 +1,14 @@
+// automatically generated, do not modify
+
+package MyGame.Example;
+
+import java.nio.*;
+import java.lang.*;
+import java.util.*;
+import flatbuffers.*;
+
+public class Any {
+ public static final byte NONE = 0;
+ public static final byte Monster = 1;
+};
+