mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
24 lines
365 B
Java
24 lines
365 B
Java
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package MyGame.OtherNameSpace;
|
|
|
|
import com.google.flatbuffers.*;
|
|
import java.nio.*;
|
|
import java.util.*;
|
|
|
|
public class TableBT {
|
|
private TableAT a;
|
|
|
|
public TableAT getA() {
|
|
return a;
|
|
}
|
|
|
|
public void setA(TableAT a) {
|
|
this.a = a;
|
|
}
|
|
|
|
public TableBT() {
|
|
this.a = null;
|
|
}
|
|
}
|