This commit is contained in:
子沐呀
2024-10-10 01:07:13 +08:00
Unverified
5 changed files with 365 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using namespace ll::hash_utils;
class LegacyScriptEventManager {
private:
int64 mNextEventId = 0;
int64 mNextEventId = 0;
std::unordered_map<uint64, ll::event::ListenerPtr> mEventListeners;
public: