mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
8 lines
156 B
Python
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
|