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