1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03:37:45 +00:00

fix dependency on packetcontainer when gameconnection handlers are split into another file

This commit is contained in:
NotAdam 2019-02-09 14:44:43 +11:00
parent f0bf242621
commit 6f5591220b

View file

@ -14,6 +14,7 @@
namespace Sapphire::Network::Packets
{
class GamePacket;
class PacketContainer;
}
namespace Sapphire::Network