Files
esengine/source/src/ECS/Utils/Matcher.ts

5 lines
83 B
TypeScript
Raw Normal View History

2020-06-08 18:26:05 +08:00
class Matcher{
public static empty(){
return new Matcher();
}
}