Files
Grinch-AP/worlds/zillion
Doug Hoskisson d8004f82ef Zillion: some typing fixes (#2534)
`colorama` has type stubs when it didn't before

`ZillionDeltaPatch.hash` annotated type could be `None` but md5s doesn't allow `None`

type of `CollectionState.prog_items` changed

`WorldTestBase` moved

all of the following are related to this issue:
https://github.com/python/typing/discussions/1486

CommonContext for `command_processor` (is invalid without specifying immutable - but I don't need it anyway)

ZillionWorld options and settings (is invalid without specifying immutable - but I do need it)
2023-12-06 18:23:43 +01:00
..
2023-12-06 18:23:43 +01:00
2023-12-06 18:23:43 +01:00
2022-10-20 19:41:11 +02:00
2022-10-20 19:41:11 +02:00
2023-12-06 18:23:43 +01:00
2022-10-20 19:41:11 +02:00
2022-10-20 19:41:11 +02:00
2023-03-07 08:33:33 +01:00