From 6ae45c05469b53ade96d106a86ce14a1c313af69 Mon Sep 17 00:00:00 2001 From: Fuzzy Date: Sun, 21 Jan 2024 15:02:06 -0600 Subject: [PATCH] someone missed an import --- src/hooks/World.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/World.py b/src/hooks/World.py index 65cc9d1..df16f29 100644 --- a/src/hooks/World.py +++ b/src/hooks/World.py @@ -1,6 +1,6 @@ # Object classes from AP core, to represent an entire MultiWorld and this individual World that's part of it from worlds.AutoWorld import World -from BaseClasses import MultiWorld +from BaseClasses import MultiWorld, CollectionState # Object classes from Manual -- extending AP core -- representing items and locations that are used in generation from ..Items import ManualItem