Austin Schuh | 2dd86a9 | 2022-09-14 21:19:23 -0700 | [diff] [blame^] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
| 2 | |
| 3 | package MyGame.Example; |
| 4 | |
| 5 | import java.nio.*; |
| 6 | import java.lang.*; |
| 7 | import java.util.*; |
| 8 | import com.google.flatbuffers.*; |
| 9 | |
| 10 | public 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 | |