blob: 3014f04d10c59e419dba62005d4691eb814b7315 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package MyGame.Example;
4
5import java.nio.*;
6import java.lang.*;
7import java.util.*;
8import com.google.flatbuffers.*;
9
10public class ReferrableT {
11 private long id;
12
13 public long getId() { return id; }
14
15 public void setId(long id) { this.id = id; }
16
17
18 public ReferrableT() {
19 this.id = 0L;
20 }
21}
22