Started work on buffs, made swglist persistent, fixed waypoint position in cells

This commit is contained in:
Light2
2013-08-05 17:12:06 +02:00
parent 7ed18ce86c
commit 6c88d0e82a
10 changed files with 401 additions and 81 deletions
+5
View File
@@ -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();