2022-08-15 23:11:45 +00:00
|
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
|
2022-08-16 19:52:26 +00:00
|
|
|
export { Monster as MyGame_Example2_Monster, MonsterT as MyGame_Example2_MonsterT } from './my-game/example2/monster';
|
2022-08-14 18:34:19 +00:00
|
|
|
export { Ability, AbilityT } from './my-game/example/ability';
|
|
|
|
export { Any, unionToAny, unionListToAny } from './my-game/example/any';
|
|
|
|
export { AnyAmbiguousAliases, unionToAnyAmbiguousAliases, unionListToAnyAmbiguousAliases } from './my-game/example/any-ambiguous-aliases';
|
|
|
|
export { AnyUniqueAliases, unionToAnyUniqueAliases, unionListToAnyUniqueAliases } from './my-game/example/any-unique-aliases';
|
|
|
|
export { Color } from './my-game/example/color';
|
|
|
|
export { Monster, MonsterT } from './my-game/example/monster';
|
|
|
|
export { Race } from './my-game/example/race';
|
|
|
|
export { Referrable, ReferrableT } from './my-game/example/referrable';
|
|
|
|
export { Stat, StatT } from './my-game/example/stat';
|
|
|
|
export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs';
|
|
|
|
export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-structs-of-structs';
|
|
|
|
export { Test, TestT } from './my-game/example/test';
|
|
|
|
export { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from './my-game/example/test-simple-table-with-enum';
|
|
|
|
export { TypeAliases, TypeAliasesT } from './my-game/example/type-aliases';
|
|
|
|
export { Vec3, Vec3T } from './my-game/example/vec3';
|
|
|
|
export { InParentNamespace, InParentNamespaceT } from './my-game/in-parent-namespace';
|