支持先加入实体后加入系统以让matcher进行实体匹配/优化行为树节点效果及逻辑

This commit is contained in:
YHH
2025-06-19 15:00:14 +08:00
parent 8c86d6b696
commit 310f5f2349
22 changed files with 1809 additions and 84 deletions

View File

@@ -6,7 +6,7 @@ import {
IPerformanceDebugData,
IComponentDebugData,
ISceneDebugData
} from '../Types';
} from '../types';
import { Core } from '../Core';
import { Time } from './Time';