The Witness: Item loading refactor. (#1953)

Co-authored-by: el-u <109771707+el-u@users.noreply.github.com>
Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
blastron
2023-07-18 20:02:57 -07:00
committed by GitHub
parent 18c9779815
commit 1f6db12797
9 changed files with 482 additions and 518 deletions

View File

@@ -1,6 +1,6 @@
from typing import Dict, Union
from BaseClasses import MultiWorld
from Options import Toggle, DefaultOnToggle, Option, Range, Choice
from Options import Toggle, DefaultOnToggle, Range, Choice
# class HardMode(Toggle):