Core: update World method comment (#3866)
This commit is contained in:
parent
7337309426
commit
de0c498470
|
@ -342,7 +342,7 @@ class World(metaclass=AutoWorldRegister):
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue