1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 package MyGame.OtherNameSpace; 4 5 import java.nio.*; 6 import java.lang.*; 7 import java.util.*; 8 import com.google.flatbuffers.*; 9 10 public class UnusedT { 11 private int a; 12 getA()13 public int getA() { return a; } 14 setA(int a)15 public void setA(int a) { this.a = a; } 16 17 UnusedT()18 public UnusedT() { 19 this.a = 0; 20 } 21 } 22 23