blob: 3f23040126e22efee3cf358913a0ac2c365d3396 [file] [log] [blame]
Austin Schuh2dd86a92022-09-14 21:19:23 -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
10public class StructOfStructsOfStructsT {
11 private MyGame.Example.StructOfStructsT a;
12
13 public MyGame.Example.StructOfStructsT getA() { return a; }
14
15 public void setA(MyGame.Example.StructOfStructsT a) { this.a = a; }
16
17
18 public StructOfStructsOfStructsT() {
19 this.a = new MyGame.Example.StructOfStructsT();
20 }
21}
22