mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Import and Retainer lists now sent.
This commit is contained in:
parent
443212830a
commit
d90cf6d953
8 changed files with 192 additions and 29 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue