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