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