mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-22 07:13:28 -04:00
Added baseline inheritance (delete ODBs)
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
******************************************************************************/
|
||||
package resources.objects.resource;
|
||||
|
||||
public class ResourceContainerObject {
|
||||
import com.sleepycat.persist.model.Persistent;
|
||||
|
||||
import resources.objects.tangible.TangibleObject;
|
||||
|
||||
@Persistent(version=0)
|
||||
public class ResourceContainerObject extends TangibleObject {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user