mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-13 05:15:49 +08:00
修复ModuleBll.ts模板错误
This commit is contained in:
@@ -10,7 +10,7 @@ export class <%Name%>Comp extends ecs.Comp {
|
||||
}
|
||||
|
||||
/** 业务层业务逻辑处理对象 */
|
||||
export class RoleChangeJobSystem extends ecs.ComblockSystem implements ecs.IEntityEnterSystem {
|
||||
export class <%Name%>System extends ecs.ComblockSystem implements ecs.IEntityEnterSystem {
|
||||
filter(): ecs.IMatcher {
|
||||
return ecs.allOf(<%Name%>Comp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user