geometry-tower-defense/Assets/GameMain/Scripts/CustomComponent/CombatNode/CombatScheduler/PhaseEndConditions
SepComet 1d7c5b80d9 refactor 1: 新增/重命名类定义
- 将资源服务类型从 CombatResourceManager 重命名为 CombatInRunResourceManager,并同步更新现有引用。
    - CombatScheduler.cs:28
    - CombatInRunResourceManager.cs:11
    - CombatFinishFormState.cs:22
- 新增掉落解析骨架:
    - EnemyDropResolveContext.cs:6
    - EnemyDropResolveResult.cs:3
    - EnemyDropResolver.cs:7
- 新增 phase end condition 骨架:
    - IPhaseEndCondition.cs:5
    - PhaseEndConditionContext.cs:5
    - PhaseEndConditionFactory.cs:5
    - 以及 4 个实现类:
        - NonePhaseEndCondition
        - TimeElapsedPhaseEndCondition
        - EnemiesClearedPhaseEndCondition
        - BossDeadPhaseEndCondition
2026-03-07 11:30:44 +08:00
..
BossDeadPhaseEndCondition.cs refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
BossDeadPhaseEndCondition.cs.meta refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
EnemiesClearedPhaseEndCondition.cs refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
EnemiesClearedPhaseEndCondition.cs.meta refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
IPhaseEndCondition.cs refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
IPhaseEndCondition.cs.meta refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
NonePhaseEndCondition.cs refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
NonePhaseEndCondition.cs.meta refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
PhaseEndConditionContext.cs refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
PhaseEndConditionContext.cs.meta refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
PhaseEndConditionFactory.cs refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
PhaseEndConditionFactory.cs.meta refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
TimeElapsedPhaseEndCondition.cs refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00
TimeElapsedPhaseEndCondition.cs.meta refactor 1: 新增/重命名类定义 2026-03-07 11:30:44 +08:00