mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-07-13 02:40:47 -07:00
didn't mean to remove that
This commit is contained in:
@@ -49,6 +49,7 @@ INPUT_MAP_SPECIAL_INT = {
|
||||
|
||||
class APQuestGameView(MDRecycleView):
|
||||
focused: int = 1
|
||||
input_function: Callable[[Input], None]
|
||||
|
||||
def __init__(self, input_function: Callable[[Input], None], **kwargs: Any) -> None:
|
||||
super().__init__(**kwargs)
|
||||
|
||||
Reference in New Issue
Block a user