blob: a81b39b06ed936198959b87340b0f972ff5e4761 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3import java.nio.*;
4import java.lang.*;
5import java.util.*;
6import com.google.flatbuffers.*;
7
8public class TableAT {
9 private MyGame.OtherNameSpace.TableBT b;
10
11 public MyGame.OtherNameSpace.TableBT getB() { return b; }
12
13 public void setB(MyGame.OtherNameSpace.TableBT b) { this.b = b; }
14
15
16 public TableAT() {
17 this.b = null;
18 }
19}
20