unify clients and setup

This commit is contained in:
Fabian Dill
2021-07-31 00:03:48 +02:00
parent 096e682b18
commit 66514ec607
8 changed files with 136 additions and 355 deletions

View File

@@ -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):