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