diff options
Diffstat (limited to 'scripts/Utils')
| -rw-r--r-- | scripts/Utils/ISaveable.cs | 9 | ||||
| -rw-r--r-- | scripts/Utils/ISaveable.cs.uid | 1 |
2 files changed, 10 insertions, 0 deletions
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<string, Variant> GetSaveData(); + + public bool LoadSaveData(Godot.Collections.Dictionary<string, Variant> 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 |
