编辑器核心框架
This commit is contained in:
14
packages/editor-core/src/index.ts
Normal file
14
packages/editor-core/src/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* ECS Framework Editor Core
|
||||
*
|
||||
* Plugin-based editor framework for ECS Framework
|
||||
*/
|
||||
|
||||
export * from './Plugins/IEditorPlugin';
|
||||
export * from './Plugins/EditorPluginManager';
|
||||
|
||||
export * from './Services/UIRegistry';
|
||||
export * from './Services/MessageHub';
|
||||
export * from './Services/SerializerRegistry';
|
||||
|
||||
export * from './Types/UITypes';
|
||||
Reference in New Issue
Block a user