Created ISaveable interface and made existing saveable classes inherit from it.

This commit is contained in:
2025-11-23 20:10:42 +01:00
parent 4ed6f4e7d9
commit 4bbaab1a2a
4 changed files with 19 additions and 3 deletions
@@ -1,4 +1,3 @@
using System;
using System.Linq;
using Babushka.scripts.CSharp.Common.Services;
using Godot;