blob: 4bfa90e89d0efe06d1a740b7899eec7c64170273 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package MyGame.Example;
4
5import java.nio.*;
6import java.lang.*;
7import java.util.*;
8import com.google.flatbuffers.*;
9
10class TestSimpleTableWithEnumT {
11 private int color;
12
13 public int getColor() { return color; }
14
15 public void setColor(int color) { this.color = color; }
16
17
18 public TestSimpleTableWithEnumT() {
19 this.color = 2;
20 }
21}
22