mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Import and Retainer lists now sent.
This commit is contained in:
@@ -9,7 +9,10 @@ namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
class Retainer
|
||||
{
|
||||
public string name = "";
|
||||
|
||||
public uint id;
|
||||
public uint characterId;
|
||||
public string name;
|
||||
public ushort slot;
|
||||
public bool doRename;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user