mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Addded SWGList system for baselines
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package resources.objects;
|
||||
|
||||
public interface ListObject {
|
||||
|
||||
public byte[] getBytes();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user