mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 05:03:24 -07:00
Update docs/world api.md
This commit is contained in:
@@ -697,7 +697,7 @@ is automatically extended by the mixin's members. These members should be prefix
|
||||
world since the namespace is shared with all other logic mixins.
|
||||
|
||||
In general, a LogicMixin class should have at least one mutable variable that is tracking some custom state per player,
|
||||
as well as an `init_mixin` and a `copy_mixin` function so that this variable gets initialized and copied correctly when
|
||||
as well as `init_mixin` and `copy_mixin` functions so that this variable gets initialized and copied correctly when
|
||||
`CollectionState()` and `CollectionState.copy()` are called respectively.
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user