Fix exports

This commit is contained in:
Bill 2021-05-04 00:24:41 -04:00
parent cb5b29fb87
commit dd54602bec
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
export * from './pixi-tilemap';

View File

@ -1,5 +1,6 @@
export * from './data';
export * from './events';
export * from './floorplan';
export * from './IRoomInstance';
export * from './IRoomInstanceContainer';
export * from './IRoomManager';