chore: 移除未使用的技能相关组件和文件

清理技能模块中未使用的ECS组件、视图层文件及其元数据文件,包括Ready、EndView、ReadyCom、ReadyView和STagComps。同时简化SCastSystem的注释,删除过时的设计理念说明。
This commit is contained in:
walkpan
2026-03-16 20:56:04 +08:00
parent e91f0e37b7
commit 1b8c69a745
11 changed files with 0 additions and 222 deletions

View File

@@ -20,9 +20,6 @@ import { GameEvent } from "../common/config/GameEvent";
*
* 设计理念:
* - 负责"何时施法"的决策
* - 通过添加 CSRequestComp 触发施法
* - 可被玩家输入系统或AI系统复用
* - 支持多种AI策略
*/
@ecs.register('SCastSystem')
export class SCastSystem extends ecs.ComblockSystem implements ecs.ISystemUpdate {