Started implementing LS management. Rank change works.

This commit is contained in:
Filip Maj 2017-01-08 23:13:15 -05:00
parent 68772a2011
commit 61e4effd74
10 changed files with 258 additions and 7 deletions

View file

@ -10,7 +10,7 @@ namespace FFXIVClassic_World_Server.DataObjects.Group
{
public readonly uint charaId;
public readonly ulong lsId;
public readonly byte rank;
public byte rank;
public LinkshellMember(uint charaId, ulong lsId, byte rank)
{