Addded SWGList system for baselines

This commit is contained in:
Treeku
2013-07-16 15:40:52 +01:00
parent 37d9e21720
commit f048f7ba13
14 changed files with 323 additions and 308 deletions
+7
View File
@@ -0,0 +1,7 @@
package resources.objects;
public interface ListObject {
public byte[] getBytes();
}