| 749 | } |
| 750 | |
| 751 | inline const flatbuffers::TypeTable *Vec3TypeTable() { |
| 752 | static const flatbuffers::TypeCode type_codes[] = { |
| 753 | { flatbuffers::ET_FLOAT, 0, -1 }, |
| 754 | { flatbuffers::ET_FLOAT, 0, -1 }, |
| 755 | { flatbuffers::ET_FLOAT, 0, -1 } |
| 756 | }; |
| 757 | static const int64_t values[] = { 0, 4, 8, 12 }; |
| 758 | static const char * const names[] = { |
| 759 | "x", |
| 760 | "y", |
| 761 | "z" |
| 762 | }; |
| 763 | static const flatbuffers::TypeTable tt = { |
| 764 | flatbuffers::ST_STRUCT, 3, type_codes, nullptr, nullptr, values, names |
| 765 | }; |
| 766 | return &tt; |
| 767 | } |
| 768 | |
| 769 | inline const flatbuffers::TypeTable *MonsterTypeTable() { |
| 770 | static const flatbuffers::TypeCode type_codes[] = { |