This commit is contained in:
dgflash
2026-02-23 20:12:35 +08:00
parent c5ddb8c100
commit 500f7dcb1c
3 changed files with 1 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
import { resLoader } from '../../core/common/loader/ResLoader';
import type { GameComponentCtor } from '../types/Types';
import { GameComponentCtor } from '../../types/Types';
/**
* 游戏装饰器命名空间

View File

@@ -1,8 +0,0 @@
/**
* 游戏装饰器模块
* 提供各种装饰器用于简化开发
*/
export { prefab as game } from './GamePrefabDecorator';
export type { PrefabConfig as PrefabMetadata } from './GamePrefabDecorator';

View File

@@ -1,9 +0,0 @@
{
"ver": "4.0.24",
"importer": "typescript",
"imported": true,
"uuid": "7f85c52b-9f8e-4f0d-b749-7dca9fb8f57e",
"files": [],
"subMetas": {},
"userData": {}
}