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
@@ -1,7 +1,7 @@
from events import CriticalStrikeEvent, StrikeEvent
from mech_factory.components.items import BigItem, DurableItem, Item, ItemStatus, ItemTypes
from mech_factory.component_storage.items import BigItem, DurableItem, Item, ItemStatus, ItemTypes
from test_mech import AbstractTestMechAmor, INNER_ARMOR, NEXT_OUTER_ZONE, OUTER_ARMOR
from mech_factory.components import Area, AreaStatus, OuterAmor, ZoneNames
from mech_factory.component_storage import Area, AreaStatus, OuterAmor, ZoneNames
class TestMechAmor(AbstractTestMechAmor):