mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 19:53:43 -07:00
Adds Link's Awakening: DX. Fully imports and forks LADXR, with permission - https://github.com/daid/LADXR
6 lines
75 B
Python
6 lines
75 B
Python
from .droppedKey import DroppedKey
|
|
|
|
|
|
class Song(DroppedKey):
|
|
pass
|