Archipelago/worlds/stardew_valley/content/mod_registry.py

8 lines
156 B
Python

from .game_content import ContentPack
by_mod = {}
def register_mod_content_pack(content_pack: ContentPack):
by_mod[content_pack.name] = content_pack