UNPKG

dungeon-sdk-drikkx

Version:

Shared types and entities for the Dungeon game

8 lines 300 B
export * from './types/character.types'; export * from './types/combat.types'; export * from './types/dungeon.types'; export * from './types/item.types'; export * from './types/stats.types'; export * from './types/auth.types'; export * from './types/key.types'; //# sourceMappingURL=frontend.d.ts.map