James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame^] | 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 TableBT { | ||||
11 | private TableAT a; | ||||
12 | |||||
13 | public TableAT getA() { return a; } | ||||
14 | |||||
15 | public void setA(TableAT a) { this.a = a; } | ||||
16 | |||||
17 | |||||
18 | public TableBT() { | ||||
19 | this.a = null; | ||||
20 | } | ||||
21 | } | ||||
22 |