This commit is contained in:
YHH
2025-09-28 10:36:01 +08:00
parent 4f651eb42e
commit cffe32911d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@esengine/ecs-framework", "name": "@esengine/ecs-framework",
"version": "2.1.48", "version": "2.1.49",
"description": "用于Laya、Cocos Creator等JavaScript游戏引擎的高性能ECS框架", "description": "用于Laya、Cocos Creator等JavaScript游戏引擎的高性能ECS框架",
"main": "bin/index.js", "main": "bin/index.js",
"types": "bin/index.d.ts", "types": "bin/index.d.ts",

View File

@@ -101,7 +101,7 @@ export class Matcher {
} }
/** /**
* 创建空匙配器(向后兼容) * 创建空匙配器
*/ */
public static empty(): Matcher { public static empty(): Matcher {
return new Matcher(); return new Matcher();