Import and Retainer lists now sent.

This commit is contained in:
Filip Maj 2015-09-10 00:52:31 -04:00
parent 443212830a
commit d90cf6d953
8 changed files with 192 additions and 29 deletions

View file

@ -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;
}
}
}