Add custom properties.
[demoscenemusic.git] / src / main / java / net / pterodactylus / demoscenemusic / data / Base.java
index e187041..56559ce 100644 (file)
@@ -31,4 +31,11 @@ public interface Base {
         */
        public String getId();
 
+       /**
+        * Returns the properties associated with this object.
+        *
+        * @return The properties of this object
+        */
+       public Properties getProperties();
+
 }