blob: 3f23040126e22efee3cf358913a0ac2c365d3396 [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.*;
public class StructOfStructsOfStructsT {
private MyGame.Example.StructOfStructsT a;
public MyGame.Example.StructOfStructsT getA() { return a; }
public void setA(MyGame.Example.StructOfStructsT a) { this.a = a; }
public StructOfStructsOfStructsT() {
this.a = new MyGame.Example.StructOfStructsT();
}
}