Change MarshConnector to runtime class

This commit is contained in:
Marek S. Łukasiewicz 2025-01-30 14:35:04 +01:00
parent 6912a580f3
commit 73fed102c2

View file

@ -13,7 +13,7 @@ void initialize_marsh_module(ModuleInitializationLevel p_level) {
return;
}
GDREGISTER_CLASS(MarshConnector);
GDREGISTER_RUNTIME_CLASS(MarshConnector);
}
void uninitialize_marsh_module(ModuleInitializationLevel p_level) {