blob: e100a4c2b567f14d58d77a5206a1c769360e7207 [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 TestT {
11 private short a;
12 private byte b;
13
14 public short getA() { return a; }
15
16 public void setA(short a) { this.a = a; }
17
18 public byte getB() { return b; }
19
20 public void setB(byte b) { this.b = b; }
21
22
23 public TestT() {
24 this.a = 0;
25 this.b = 0;
26 }
27}
28