Namespace refactor, basic Impl for PacketHandlers

This commit is contained in:
Kyle873
2023-05-26 03:49:47 -04:00
parent 3426d8ebdc
commit 511c623dd6
4 changed files with 61 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
using System.Net.Sockets;
using Common.Utils;
using Newtonsoft.Json;
namespace PemukulPaku.Gameserver
namespace PemukulPaku.GameServer
{
public class Session
{