Starcraft 2 Wings of Liberty AP Implementation (#528)

This commit is contained in:
TheCondor07
2022-05-18 17:27:38 -04:00
committed by GitHub
parent 90d506ee7c
commit 551cf8442f
14 changed files with 1384 additions and 1 deletions

View File

@@ -152,6 +152,8 @@ components: Iterable[Component] = (
Component('FF1 Client', 'FF1Client'),
# ChecksFinder
Component('ChecksFinder Client', 'ChecksFinderClient'),
# Starcraft 2
Component('Starcraft 2 Client', 'StarcraftClient'),
# Functions
Component('Open host.yaml', func=open_host_yaml),
Component('Open Patch', func=open_patch),