refactor: spezifiziere das Bauteile-Lager

This commit is contained in:
2026-07-10 00:29:15 +02:00
parent 84236eb324
commit dbbd772c69
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ import unittest
from hangar.mech import Mech
from mech_factory import MechFabrik
from mech_factory.components import InnerStructure, AreaNames, Area, OuterAmor, Zone, ZoneNames
from mech_factory.components.items import Cockpit, Gyroskope, Item, ItemTypes, Reaktor
from mech_factory.component_storage import InnerStructure, AreaNames, Area, OuterAmor, Zone, ZoneNames
from mech_factory.component_storage.items import Cockpit, Gyroskope, Item, ItemTypes, Reaktor
from test_mech import AbstractTestMechAmor, INNER_ARMOR, OUTER_ARMOR