mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-17 17:43:29 -07:00
Core: implement first version of ItemLinks
This commit is contained in:
@@ -71,6 +71,7 @@ class NetworkSlot(typing.NamedTuple):
|
||||
name: str
|
||||
game: str
|
||||
type: SlotType
|
||||
group_members: typing.Union[typing.List[int], typing.Tuple] = () # only populated if type == group
|
||||
|
||||
|
||||
class NetworkItem(typing.NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user