mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Started implementing LS management. Rank change works.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user