fix: Invalid Namespace

This commit is contained in:
Syntriax 2024-02-02 12:04:53 +03:00
parent de267a9d0f
commit 0e198afeab
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
using LiteNetLib;
namespace Game.Network;
namespace Pong.Network;
public class NetworkClient
{

View File

@ -1,6 +1,6 @@
using LiteNetLib;
namespace Game.Network;
namespace Pong.Network;
public class NetworkServer
{