mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
Started implementing LS management. Rank change works.
This commit is contained in:
parent
68772a2011
commit
61e4effd74
10 changed files with 258 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue