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 +++++++++ scripts/Utils/ISaveable.cs.uid | 1 + 2 files changed, 10 insertions(+) create mode 100644 scripts/Utils/ISaveable.cs create mode 100644 scripts/Utils/ISaveable.cs.uid (limited to 'scripts/Utils') 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 diff --git a/scripts/Utils/ISaveable.cs.uid b/scripts/Utils/ISaveable.cs.uid new file mode 100644 index 0000000..6274214 --- /dev/null +++ b/scripts/Utils/ISaveable.cs.uid @@ -0,0 +1 @@ +uid://dx53repg15jv -- cgit v1.2.3