blob: 18aec071fbbe79e06dfb8892daa97527885c19f0 [file] [log] [blame]
Austin Schuh2dd86a92022-09-14 21:19:23 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3export { Monster as MyGame_Example2_Monster, MonsterT as MyGame_Example2_MonsterT } from './my-game/example2/monster.js';
4export { Ability, AbilityT } from './my-game/example/ability.js';
5export { Any, unionToAny, unionListToAny } from './my-game/example/any.js';
6export { AnyAmbiguousAliases, unionToAnyAmbiguousAliases, unionListToAnyAmbiguousAliases } from './my-game/example/any-ambiguous-aliases.js';
7export { AnyUniqueAliases, unionToAnyUniqueAliases, unionListToAnyUniqueAliases } from './my-game/example/any-unique-aliases.js';
8export { Color } from './my-game/example/color.js';
9export { Monster, MonsterT } from './my-game/example/monster.js';
10export { Race } from './my-game/example/race.js';
11export { Referrable, ReferrableT } from './my-game/example/referrable.js';
12export { Stat, StatT } from './my-game/example/stat.js';
13export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs.js';
14export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-structs-of-structs.js';
15export { Test, TestT } from './my-game/example/test.js';
16export { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from './my-game/example/test-simple-table-with-enum.js';
17export { TypeAliases, TypeAliasesT } from './my-game/example/type-aliases.js';
18export { Vec3, Vec3T } from './my-game/example/vec3.js';
19export { InParentNamespace, InParentNamespaceT } from './my-game/in-parent-namespace.js';