feat: add ServerSettingForm

This commit is contained in:
KobeBryant114514
2024-10-09 21:00:15 +08:00
Unverified
parent 2033d00f2e
commit efacbeb89b
5 changed files with 366 additions and 3 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ using namespace ll::hash_utils;
class LegacyScriptEventManager {
private:
int64 mNextEventId = 0;
std::unordered_map<int64, ll::event::ListenerPtr> mEventListeners;
int64 mNextEventId = 0;
std::unordered_map<uint64, ll::event::ListenerPtr> mEventListeners;
public:
std::string getNextEventId() {