commit a841c11d21765a4447f7ff00562dbd136c03886b parent 0a2aa78205ca007c335947aa593a11ecd548bb53 Author: Erik Letson <hmagellan@hmagellan.com> Date: Mon, 22 Mar 2021 18:13:51 -0500 more save work Diffstat:
M | src/subsystem.py | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/subsystem.py b/src/subsystem.py @@ -88,3 +88,6 @@ class SaveSystem(GameSubsystem): def apply_environment(self): pass + + def update_environment(self, key, value): + pass