mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 21:40:32 -04:00
hook up randomizerState
This commit is contained in:
@@ -344,4 +344,11 @@ ModResult initialize(const ServiceManager& services) {
|
||||
return MOD_OK;
|
||||
}
|
||||
|
||||
void update() {
|
||||
if (!g_randomizerState.mInitialized) {
|
||||
g_randomizerState._create();
|
||||
}
|
||||
g_randomizerState.execute();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user