mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-20 17:14:44 +01:00
Regsiter ESSResourceDB as abstract.
This commit is contained in:
parent
0e44e4be51
commit
81532dc6b0
@ -244,7 +244,7 @@ void initialize_entity_spell_system_module(ModuleInitializationLevel p_level) {
|
||||
GDREGISTER_CLASS(AIFormation);
|
||||
|
||||
//Resources
|
||||
GDREGISTER_VIRTUAL_CLASS(ESSResourceDB);
|
||||
GDREGISTER_ABSTRACT_CLASS(ESSResourceDB);
|
||||
GDREGISTER_CLASS(ESSResourceDBStatic);
|
||||
GDREGISTER_CLASS(ESSResourceDBFolders);
|
||||
GDREGISTER_CLASS(ESSResourceDBMap);
|
||||
|
Loading…
Reference in New Issue
Block a user