潜在问题修复, events sys
This commit is contained in:
@@ -7,3 +7,5 @@ class EventsManager:
|
||||
def __init__(self):
|
||||
# 有权重的 events 订阅者注册表
|
||||
self.events_subscribers: Dict[EventType, List[Dict[int, Type]]] = {event: [] for event in EventType}
|
||||
|
||||
events_manager = EventsManager()
|
||||
Reference in New Issue
Block a user