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,4 +1,6 @@
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
{
|
||||
class EndGMTicketPacket
|
||||
{
|
||||
|
@@ -1,6 +1,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
{
|
||||
class FaqBodyResponsePacket
|
||||
|
@@ -1,6 +1,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
{
|
||||
class FaqListResponsePacket
|
||||
|
@@ -1,6 +1,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
{
|
||||
class GMTicketPacket
|
||||
|
@@ -1,4 +1,8 @@
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
{
|
||||
class GMTicketSentResponsePacket
|
||||
{
|
||||
|
@@ -1,6 +1,8 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
{
|
||||
class IssueListResponsePacket
|
||||
|
@@ -1,4 +1,6 @@
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
using FFXIVClassic.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
|
||||
{
|
||||
class StartGMTicketPacket
|
||||
{
|
||||
|
Reference in New Issue
Block a user