Archipelago/worlds/ladx/LADXR/locations/birdKey.py

7 lines
126 B
Python

from .droppedKey import DroppedKey
class BirdKey(DroppedKey):
def __init__(self):
super().__init__(0x27A)