23 lines
373 B
Java
23 lines
373 B
Java
// 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;
|
|
}
|
|
}
|
|
|