mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-24 09:13:18 -04:00
Removed indexing variable from SWGList as all lists have indexes and added JavaDoc to SWGList class
This commit is contained in:
@@ -49,8 +49,8 @@ public class PlayerObject extends IntangibleObject {
|
||||
|
||||
private String biography = "";
|
||||
// PLAY 03
|
||||
private SWGList<Integer> flagsList = new SWGList<>(BaselineType.PLAY, 3, 5, false, StringType.UNSPECIFIED, true);
|
||||
private SWGList<Integer> profileFlags = new SWGList<>(BaselineType.PLAY, 3, 6, false, StringType.UNSPECIFIED, true);
|
||||
private SWGList<Integer> flagsList = new SWGList<>(BaselineType.PLAY, 3, 5, StringType.UNSPECIFIED, true);
|
||||
private SWGList<Integer> profileFlags = new SWGList<>(BaselineType.PLAY, 3, 6, StringType.UNSPECIFIED, true);
|
||||
private String title = "";
|
||||
private int bornDate = 0;
|
||||
private int playTime = 0;
|
||||
|
||||
Reference in New Issue
Block a user