We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bca23c commit 2b22019Copy full SHA for 2b22019
APWorld/__init__.py
@@ -134,6 +134,7 @@ class MinitWorld(World):
134
game = "Minit"
135
required_client_version = (0, 4, 4)
136
data_version = 0 # needs to change after the item/location renaming
137
+ # need to double check how real this is/willbe
138
options_dataclass = MinitGameOptions
139
options: MinitGameOptions
140
web = MinitWebWorld()
0 commit comments