summaryrefslogtreecommitdiff
path: root/DSALib/DSA_Game/Save/Properties.cs
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
commited26623e17e8dfcc036f88cca6de10d5a35697ec (patch)
tree26dae8b824631e6542c876c82ce0e15260c411bc /DSALib/DSA_Game/Save/Properties.cs
parent2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (diff)
Reorganize Code delete ZoBotanica
Diffstat (limited to 'DSALib/DSA_Game/Save/Properties.cs')
-rw-r--r--DSALib/DSA_Game/Save/Properties.cs10
1 files changed, 2 insertions, 8 deletions
diff --git a/DSALib/DSA_Game/Save/Properties.cs b/DSALib/DSA_Game/Save/Properties.cs
index 7eba911..2312af0 100644
--- a/DSALib/DSA_Game/Save/Properties.cs
+++ b/DSALib/DSA_Game/Save/Properties.cs
@@ -3,11 +3,10 @@ using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
-using DSACore.Audio;
-using DSACore.Auxiliary;
+using DSALib.Auxiliary;
using Newtonsoft.Json;
-namespace DSACore.DSA_Game.Save
+namespace DSALib.DSA_Game.Save
{
public static class Properties
{
@@ -26,11 +25,6 @@ namespace DSACore.DSA_Game.Save
set => objects["CommandInfo"] = value;
} // use Properties.Commandinfos to access the abstract Object array
- public static List<Sound> Sounds
- {
- get => objects["Sound"] as List<Sound>;
- set => objects["Sound"] = value;
- }
public static void Deserialize(string path = @"Properties")
{