Basic saving and loading system

This commit is contained in:
Braedon
2022-01-30 07:03:37 -05:00
parent 7330d19ff6
commit d361f45590
127 changed files with 4967 additions and 33 deletions

View File

@ -66,7 +66,7 @@ namespace RhythmHeavenMania.Editor
}
}
private void Clear()
public void Clear()
{
historyStack.Clear();
redoHistoryStack.Clear();