working intermediate state of the save system
This commit is contained in:
@@ -94,4 +94,10 @@ public static class SavegameService
|
||||
|
||||
_loaded = true;
|
||||
}
|
||||
|
||||
public static void Reset()
|
||||
{
|
||||
SaveDatas = new ();
|
||||
Save();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user