This commit is contained in:
dgflash
2023-02-10 10:44:46 +08:00
parent 581ab1eadc
commit 425223441f

View File

@@ -12,7 +12,7 @@ export class <%Name%> extends ecs.Entity {
/** ---------- 视图层 ---------- */
// <%Name%>View!: <%Name%>ViewComp;
/** 始添加的数据层组件 */
/** 始添加的数据层组件 */
protected init() {
// this.addComponents<ecs.Comp>();
}