Method to centralize slotting of abschar.

This commit is contained in:
2023-08-19 15:22:43 -04:00
parent f1d31948e8
commit 4d48712470
3 changed files with 60 additions and 43 deletions
+6 -1
View File
@@ -60,9 +60,14 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
protected short statSpiCurrent;
protected short unusedStatPoints;
protected int exp;
public int buildingUUID;
public Building building;
public Vector3fImmutable bindLoc;
protected Vector3fImmutable faceDir;
protected Guild guild;
public int guildUUID;
public Guild guild;
protected byte runningTrains;
protected ConcurrentHashMap<Integer, CharacterPower> powers;
protected ConcurrentHashMap<String, CharacterSkill> skills;