using Godot; public interface ISaveable { public Godot.Collections.Dictionary GetSaveData(); public bool LoadSaveData(Godot.Collections.Dictionary saveData); }