From f4ed469fc9eaeebf39093fbf6601581cc10c6e2f Mon Sep 17 00:00:00 2001 From: Matheus Date: Sun, 26 Oct 2025 20:02:15 -0300 Subject: feat:save AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O vazio dentro de mim é como uma xícara de café esquecida no canto da mesa. --- scripts/Utils/ISaveable.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/Utils/ISaveable.cs (limited to 'scripts/Utils/ISaveable.cs') diff --git a/scripts/Utils/ISaveable.cs b/scripts/Utils/ISaveable.cs new file mode 100644 index 0000000..12f5784 --- /dev/null +++ b/scripts/Utils/ISaveable.cs @@ -0,0 +1,9 @@ + +using Godot; + +public interface ISaveable +{ + public Godot.Collections.Dictionary GetSaveData(); + + public bool LoadSaveData(Godot.Collections.Dictionary saveData); +} \ No newline at end of file -- cgit v1.2.3