mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-18 04:11:46 -07:00
b21b5cceb8
* Doc: logic mixin, drop underscore, clarify conventionally, we added a leading underscore to logic mixins' function names. This is noisy in the warning section of IDEs. Leading underscores should only be used for private/protected functions. In addition, the use of self.world and/or requirement to (no) pass in stuff was not made clear earlier. * SoE: fix _ warnings for logic mixin