MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / ModManager

Method ModManager

src/ll/api/mod/ModManager.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12ModManager::ModManager(std::string_view type) : impl(std::make_unique<Impl>(std::string{type})) {}
13
14ModManager::~ModManager() = default;
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected