style(core): ESLint自动修复代码格式问题 (#210)
This commit is contained in:
@@ -8,7 +8,7 @@ import { Matcher } from '../Utils/Matcher';
|
||||
* 子类需要实现processSystem方法,用于实现具体的处理逻辑
|
||||
*/
|
||||
export abstract class ProcessingSystem extends EntitySystem {
|
||||
|
||||
|
||||
constructor(matcher?: Matcher) {
|
||||
super(matcher);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user