修复type大小写问题

This commit is contained in:
YHH
2025-06-30 20:43:11 +08:00
parent 992338d924
commit b4dc1c5661
13 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import { PoolManager } from './Utils/Pool';
import { ECSFluentAPI, createECSAPI } from './ECS/Core/FluentAPI';
import { Scene } from './ECS/Scene';
import { DebugManager } from './Utils/Debug';
import { ICoreConfig, IECSDebugConfig } from './types';
import { ICoreConfig, IECSDebugConfig } from './Types';
/**
* 游戏引擎核心类