新增基础实体系统
This commit is contained in:
5
source/src/ECS/Utils/Matcher.ts
Normal file
5
source/src/ECS/Utils/Matcher.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
class Matcher{
|
||||
public static empty(){
|
||||
return new Matcher();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user