Refactored MissionObject to use Baseline class

This commit is contained in:
Waverunner
2014-06-13 16:09:28 -04:00
parent e137060955
commit 9797a21a3b
8 changed files with 346 additions and 645 deletions
@@ -43,7 +43,7 @@ public class WaypointObject extends IntangibleObject implements Serializable, ID
private int cellId; // ???
private long locationNetworkId;
private int planetCRC;
private String name;
private String name = "";
private byte color;
private boolean isActive;
private transient static SimpleBufferAllocator bufferPool = new SimpleBufferAllocator();