mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
unify clients and setup
This commit is contained in:
9
kvui.py
9
kvui.py
@@ -83,9 +83,12 @@ class FactorioManager(GameManager):
|
||||
]
|
||||
title = "Archipelago Factorio Client"
|
||||
|
||||
def __init__(self, ctx):
|
||||
super(FactorioManager, self).__init__(ctx)
|
||||
|
||||
class LttPManager(GameManager):
|
||||
logging_pairs = [
|
||||
("Client", "Archipelago"),
|
||||
("SNES", "SNES"),
|
||||
]
|
||||
title = "Archipelago LttP Client"
|
||||
|
||||
class LogtoUI(logging.Handler):
|
||||
def __init__(self, on_log):
|
||||
|
Reference in New Issue
Block a user