blob: 29f05a0be8d90fd71c7468affa5bf6bd52324c15 [file] [log] [blame]
// automatically generated by the FlatBuffers compiler, do not modify
package MyGame.OtherNameSpace;
import com.google.flatbuffers.*;
import java.nio.*;
import java.util.*;
public class UnusedT {
private int a;
public int getA() {
return a;
}
public void setA(int a) {
this.a = a;
}
public UnusedT() {
this.a = 0;
}
}