i hope this works

This commit is contained in:
2023-11-05 10:45:35 -06:00
parent bdb901afce
commit 24a58db3a9
7 changed files with 323 additions and 393 deletions
@@ -120,6 +120,8 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
private long lastHateUpdate = 0;
private byte aoecntr = 0;
public Vector3fImmutable destination = Vector3fImmutable.ZERO;
public int hidden = 0; // current rank of hide/sneak/invis
public CopyOnWriteArrayList<Integer> minions = new CopyOnWriteArrayList();