I've begun working on implementing social packets.

This commit is contained in:
Filip Maj 2015-12-04 23:39:39 -05:00
parent 1b190b1b4f
commit bda686681d
5 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FFXIVClassic_Map_Server.packets.send.social
{
class FriendlistRemovedPacket
{
}
}