Update EventProcessor.h

This commit is contained in:
天鹭 2025-10-04 22:36:56 +08:00 committed by GitHub
parent 2fb9c01c20
commit bcee010ef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,8 @@ class EventProcessor
void CancelEventGroup(uint8 group);
bool HaveEventList() const { return !m_events.empty(); }
protected:
uint64 m_time{0};
EventList m_events;