修复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

@@ -1,4 +1,4 @@
import { IComponentDebugData } from '../../types';
import { IComponentDebugData } from '../../Types';
import { Core } from '../../Core';
/**

View File

@@ -1,4 +1,4 @@
import { IECSDebugConfig, IECSDebugData } from '../../types';
import { IECSDebugConfig, IECSDebugData } from '../../Types';
import { EntityDataCollector } from './EntityDataCollector';
import { SystemDataCollector } from './SystemDataCollector';
import { PerformanceDataCollector } from './PerformanceDataCollector';

View File

@@ -1,4 +1,4 @@
import { IEntityDebugData } from '../../types';
import { IEntityDebugData } from '../../Types';
import { Core } from '../../Core';
import { Entity } from '../../ECS/Entity';
import { Component } from '../../ECS/Component';

View File

@@ -1,4 +1,4 @@
import { IPerformanceDebugData } from '../../types';
import { IPerformanceDebugData } from '../../Types';
import { Time } from '../Time';
/**

View File

@@ -1,4 +1,4 @@
import { ISceneDebugData } from '../../types';
import { ISceneDebugData } from '../../Types';
import { Core } from '../../Core';
/**

View File

@@ -1,4 +1,4 @@
import { ISystemDebugData } from '../../types';
import { ISystemDebugData } from '../../Types';
import { Core } from '../../Core';
/**