mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-25 10:13:01 -04:00
Refactored MissionObject to use Baseline class
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user