UNPKG

dungeon-sdk-drikkx

Version:

Shared types and entities for the Dungeon game

7 lines 249 B
export * from './dungeon.entity'; export * from './dungeon-room.entity'; export * from './dungeon-wave.entity'; export * from './combat-action.entity'; export * from './character.entity'; export * from './key.entity'; export * from './user.entity';