Skip to content

Commit

Permalink
Core: update World method comment (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 authored Sep 28, 2024
1 parent 7337309 commit de0c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/AutoWorld.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def __getattr__(self, item: str) -> Any:

# overridable methods that get called by Main.py, sorted by execution order
# can also be implemented as a classmethod and called "stage_<original_name>",
# in that case the MultiWorld object is passed as an argument, and it gets called once for the entire multiworld.
# in that case the MultiWorld object is passed as the first argument, and it gets called once for the entire multiworld.
# An example of this can be found in alttp as stage_pre_fill

@classmethod
Expand Down

0 comments on commit de0c498

Please sign in to comment.