mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-28 21:53:28 -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
|