fix: Invalid Namespace
This commit is contained in:
parent
de267a9d0f
commit
0e198afeab
|
@ -1,6 +1,6 @@
|
||||||
using LiteNetLib;
|
using LiteNetLib;
|
||||||
|
|
||||||
namespace Game.Network;
|
namespace Pong.Network;
|
||||||
|
|
||||||
public class NetworkClient
|
public class NetworkClient
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
using LiteNetLib;
|
using LiteNetLib;
|
||||||
|
|
||||||
namespace Game.Network;
|
namespace Pong.Network;
|
||||||
|
|
||||||
public class NetworkServer
|
public class NetworkServer
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue