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

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FFXIVClassic_Lobby_Server.common;
namespace FFXIVClassic_Lobby_Server
{
class Retainer
{
public string name = "";
}
}