rentrant lock on combat

This commit is contained in:
2024-06-03 20:17:04 -05:00
parent ba81a24622
commit cf58e7b984
2 changed files with 305 additions and 294 deletions
@@ -59,6 +59,7 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
private Vector3f rot = new Vector3f(0.0f, 0.0f, 0.0f);
private int objectTypeMask = 0;
private Bounds bounds;
public ReentrantReadWriteLock combatLock = new ReentrantReadWriteLock();
/**
* No Id Constructor