This commit is contained in:
12
src/types.ts
Normal file
12
src/types.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export * from './types/attributes';
|
||||
export * from './types/build';
|
||||
export * from './types/characters';
|
||||
export * from './types/core';
|
||||
export * from './types/customWorld';
|
||||
export * from './types/game';
|
||||
export * from './types/items';
|
||||
export * from './types/navigation';
|
||||
export * from './types/runtimeItem';
|
||||
export * from './types/scene';
|
||||
export * from './types/story';
|
||||
export * from './types/storyEngine';
|
||||
Reference in New Issue
Block a user