This commit is contained in:
alice
2025-12-03 05:45:25 +01:00
parent 54226a0e56
commit 8d4fa65e3b
16 changed files with 163 additions and 45 deletions
+5
View File
@@ -270,6 +270,11 @@ namespace gsc
{
void add(const std::string& name, const script_method& func)
{
if (true)
{
return;
}
auto index = 0u;
auto& ctx = (*game::plutonium::gsc_ctx);