mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 21:33:28 -04:00
generator / basic mod structure building
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "session.hpp"
|
||||
|
||||
namespace randomizer::session {
|
||||
ServiceManager svc_mng;
|
||||
|
||||
ModResult initialize(const ServiceManager& services) {
|
||||
svc_mng = services;
|
||||
|
||||
return MOD_OK;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user