SaveManager handles saving/loading of worlds and options. An internal dictionary (self._data) holds persistent data such as options, inventory, etc. To make accessing this easier, the "magic methods" `__getitem__` and `__setitem__` are used to add dictionary-like beh
(self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected