mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Started work on buffs, made swglist persistent, fixed waypoint position in cells
This commit is contained in:
@@ -25,10 +25,15 @@ import java.nio.ByteBuffer;
|
||||
|
||||
import org.apache.mina.core.buffer.SimpleBufferAllocator;
|
||||
|
||||
import com.sleepycat.persist.model.Persistent;
|
||||
|
||||
import resources.common.StringUtilities;
|
||||
|
||||
|
||||
public abstract class ListObject implements IListObject {
|
||||
|
||||
public ListObject() { }
|
||||
|
||||
protected final Object objectMutex = new Object();
|
||||
public SimpleBufferAllocator bufferPool = new SimpleBufferAllocator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user