• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 import java.nio.*;
4 import java.lang.*;
5 import java.util.*;
6 import com.google.flatbuffers.*;
7 
8 public class TableAT {
9   private MyGame.OtherNameSpace.TableBT b;
10 
getB()11   public MyGame.OtherNameSpace.TableBT getB() { return b; }
12 
setB(MyGame.OtherNameSpace.TableBT b)13   public void setB(MyGame.OtherNameSpace.TableBT b) { this.b = b; }
14 
15 
TableAT()16   public TableAT() {
17     this.b = null;
18   }
19 }
20 
21