v2.1.49
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ export class Matcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建空匙配器(向后兼容)
|
* 创建空匙配器
|
||||||
*/
|
*/
|
||||||
public static empty(): Matcher {
|
public static empty(): Matcher {
|
||||||
return new Matcher();
|
return new Matcher();
|
||||||
|
|||||||
Reference in New Issue
Block a user