Added temp character and retainer packets. Added constants for easy modding.

This commit is contained in:
Filip Maj 2015-09-07 12:12:08 -04:00
parent 6c869353cc
commit c78414f9be
7 changed files with 243 additions and 9 deletions

View file

@ -9,7 +9,8 @@ namespace FFXIVClassic_Lobby_Server
{
class Character
{
public string name = "";
public string name = "Test Test";
public string world = "Test World";
public uint id = 0;