xref: /aosp_15_r20/external/flatbuffers/tests/MyGame/Example2/MonsterT.java (revision 890232f25432b36107d06881e0a25aaa6b473652)
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package MyGame.Example2;
4 
5 import java.nio.*;
6 import java.lang.*;
7 import java.util.*;
8 import com.google.flatbuffers.*;
9 
10 public class MonsterT {
11 
12 
MonsterT()13   public MonsterT() {
14   }
15 }
16 
17