Merged
Conversation
|
🤖 Hi @Steinwaysj, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
zsim/sim_progress/zsim_event_system/zsim_events/base_zsim_event.py
Outdated
Show resolved
Hide resolved
zsim/sim_progress/zsim_event_system/zsim_events/base_zsim_event.py
Outdated
Show resolved
Hide resolved
zsim/sim_progress/zsim_event_system/Handler/zsim_event_handler_registry.py
Outdated
Show resolved
Hide resolved
zsim/sim_progress/zsim_event_system/zsim_events/base_zsim_event.py
Outdated
Show resolved
Hide resolved
fix: 更新CHAR_PARRY_STRATEGY_MAP类型提示 fix: 修改技能事件消息构造逻辑,增加skill_tag属性 fix: 更新SkillEventMessage类,添加preload_tick属性的setter和getter
Steinwaysj
added a commit
that referenced
this pull request
Nov 23, 2025
* feat: 添加事件路由器和基础事件类的初始实现 * feat: ZSim事件的信息载荷基类 和 上下文基类框架 * feat: 补充信息载荷种类 * fix: 类型提示更新、uv.lock更新 * fix: 修改类型提示 * feat: EventTree框架 * feat: 添加技能事件处理器及相关事件类型定义 * feat: 添加事件状态树类及事件分发功能 * feat: 添加事件配置仓库类及相关方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
第一阶段:事件系统框架