1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 package MyGame.Example; 4 5 import java.nio.*; 6 import java.lang.*; 7 import java.util.*; 8 import com.google.flatbuffers.*; 9 10 public class ReferrableT { 11 private long id; 12 getId()13 public long getId() { return id; } 14 setId(long id)15 public void setId(long id) { this.id = id; } 16 17 ReferrableT()18 public ReferrableT() { 19 this.id = 0L; 20 } 21 } 22 23