Move save logic out of Game

This commit is contained in:
2025-03-07 00:32:19 -08:00
parent a09f6ec5a5
commit 3b5ee84ce2
39 changed files with 212 additions and 110 deletions

View File

@@ -2,6 +2,7 @@
using Chickensoft.Collections;
using Chickensoft.SaveFileBuilder;
using Godot;
using Zennysoft.Game.Ma.Implementation;
namespace Zennysoft.Game.Ma;

View File

@@ -7,6 +7,7 @@ using Godot;
using Godot.Collections;
using System;
using System.Linq;
using Zennysoft.Game.Ma.Implementation;
namespace Zennysoft.Game.Ma;