mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: fix missing import for MultiWorld.link_items()
(#3731)
This commit is contained in:
@@ -290,6 +290,8 @@ class MultiWorld():
|
|||||||
|
|
||||||
def link_items(self) -> None:
|
def link_items(self) -> None:
|
||||||
"""Called to link together items in the itempool related to the registered item link groups."""
|
"""Called to link together items in the itempool related to the registered item link groups."""
|
||||||
|
from worlds import AutoWorld
|
||||||
|
|
||||||
for group_id, group in self.groups.items():
|
for group_id, group in self.groups.items():
|
||||||
def find_common_pool(players: Set[int], shared_pool: Set[str]) -> Tuple[
|
def find_common_pool(players: Set[int], shared_pool: Set[str]) -> Tuple[
|
||||||
Optional[Dict[int, Dict[str, int]]], Optional[Dict[str, int]]
|
Optional[Dict[int, Dict[str, int]]], Optional[Dict[str, int]]
|
||||||
|
Reference in New Issue
Block a user