blob: 4bfa90e89d0efe06d1a740b7899eec7c64170273 [file] [log] [blame]
// automatically generated by the FlatBuffers compiler, do not modify
package MyGame.Example;
import java.nio.*;
import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
class TestSimpleTableWithEnumT {
private int color;
public int getColor() { return color; }
public void setColor(int color) { this.color = color; }
public TestSimpleTableWithEnumT() {
this.color = 2;
}
}