Files
flatbuffers-bigfoot/tests/MyGame/Example/Any.java
Wouter van Oortmerssen 350011f581 Fixed a bugs in the Java runtime that could cause an index out of bounds exception.
Tested: on Windows.

Change-Id: I0d4cdafc21690eb9a509ba31f21e80dacfb602ff
2014-07-02 14:39:58 -07:00

10 lines
168 B
Java
Executable File

// automatically generated, do not modify
package MyGame.Example;
public class Any {
public static final byte NONE = 0;
public static final byte Monster = 1;
};