摘要: 事件核心代码: using System; namespace EventCore { public class EventDispatcher { private Action _action; public void Register(Action action) => _action += a 阅读全文
posted @ 2026-05-09 13:27 apssic 阅读(3) 评论(0) 推荐(0)