SIGN IN SIGN UP
google / flatbuffers UNCLAIMED

FlatBuffers: Memory Efficient Serialization Library

// automatically generated by the FlatBuffers compiler, do not modify
2025-09-23 21:50:27 -07:00
import com.google.flatbuffers.*;
import java.nio.*;
import java.util.*;
public class TableAT {
private MyGame.OtherNameSpace.TableBT b;
2025-09-23 21:50:27 -07:00
public MyGame.OtherNameSpace.TableBT getB() {
return b;
}
2025-09-23 21:50:27 -07:00
public void setB(MyGame.OtherNameSpace.TableBT b) {
this.b = b;
}
public TableAT() {
this.b = null;
}
}