mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Remove TalentRowData from config.py, also removed a now unneeded forward declaration.
This commit is contained in:
parent
95c7b29f1f
commit
64cb83c543
@ -44,7 +44,6 @@ def get_doc_classes():
|
||||
"EntityData",
|
||||
"ItemContainerDataEntry",
|
||||
"ItemContainerData",
|
||||
"TalentRowData",
|
||||
"VendorItemDataEntry",
|
||||
"VendorItemData",
|
||||
"EntityResourceCostData",
|
||||
|
@ -71,7 +71,6 @@ class SpellDamageInfo;
|
||||
class SpellHealInfo;
|
||||
class SpellCastInfo;
|
||||
class EntityCreateInfo;
|
||||
class TalentRowData;
|
||||
class CharacterSpec;
|
||||
class EntitySkill;
|
||||
class ClassProfile;
|
||||
|
Loading…
Reference in New Issue
Block a user