mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-28 18:56:17 +08:00
框架以插件外部库的方式使用,与游戏业务代码分离开
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
* @Author: dgflash
|
||||
* @Date: 2021-11-18 14:20:46
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-03-15 10:36:13
|
||||
* @LastEditTime: 2022-06-14 19:54:06
|
||||
*/
|
||||
|
||||
import { ecs } from "../../../core/libs/ecs/ECS";
|
||||
import { ecs } from "../../../../../extensions/oops-framework/assets/libs/ecs/ECS";
|
||||
import { Account } from "../../account/Account";
|
||||
import { Initialize } from "../../initialize/Initialize";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user