blob: 3014f04d10c59e419dba62005d4691eb814b7315 [file] [log] [blame]
// automatically generated by the FlatBuffers compiler, do not modify
package MyGame.Example;
import java.nio.*;
import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
public class ReferrableT {
private long id;
public long getId() { return id; }
public void setId(long id) { this.id = id; }
public ReferrableT() {
this.id = 0L;
}
}