mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Moved packet structures to common.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.social
|
||||
{
|
||||
class BlacklistAddedPacket
|
||||
|
@@ -1,6 +1,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.social
|
||||
{
|
||||
class BlacklistRemovedPacket
|
||||
|
@@ -1,6 +1,8 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.social
|
||||
{
|
||||
class FriendStatusPacket
|
||||
|
@@ -2,6 +2,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.social
|
||||
{
|
||||
class FriendlistAddedPacket
|
||||
|
@@ -1,6 +1,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.social
|
||||
{
|
||||
class FriendlistRemovedPacket
|
||||
|
@@ -2,6 +2,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.social
|
||||
{
|
||||
class SendBlacklistPacket
|
||||
|
@@ -2,6 +2,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.social
|
||||
{
|
||||
class SendFriendlistPacket
|
||||
|
Reference in New Issue
Block a user