blob: b58732c860e1fd07b0195ab1e59df5057c4f1a2e [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 RapunzelT {
9 private int hairLength;
10
11 public int getHairLength() { return hairLength; }
12
13 public void setHairLength(int hairLength) { this.hairLength = hairLength; }
14
15
16 public RapunzelT() {
17 this.hairLength = 0;
18 }
19}
20