[WebHost] Add docblock and FAQ pages for ArchipIDLE

This commit is contained in:
Chris Wilson
2022-03-13 23:44:30 -04:00
parent a8f148acac
commit e0f3d6d0d7
2 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ from ..AutoWorld import World
class ArchipIDLEWorld(World):
"""
An idle game which sends a check every thirty seconds, up to one hundred checks.
"""
game = "ArchipIDLE"
topology_present = False
data_version = 1