chore: forgot to make RTSGameMode a RUNTIME_CLASS
This commit is contained in:
parent
7ceea27259
commit
44c0f88513
|
@ -66,7 +66,7 @@ void initialize_gdextension_types(gd::ModuleInitializationLevel p_level)
|
|||
GDREGISTER_CLASS(NavMarker);
|
||||
GDREGISTER_RUNTIME_CLASS(NavRoom);
|
||||
GDREGISTER_RUNTIME_CLASS(Inventory);
|
||||
GDREGISTER_CLASS(RTSGameMode);
|
||||
GDREGISTER_RUNTIME_CLASS(RTSGameMode);
|
||||
GDREGISTER_RUNTIME_CLASS(RTSPlayer);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue