refactor: moved packer into sub-namespace

This commit is contained in:
2025-10-22 11:05:26 +03:00
parent 4b756fa232
commit 2f32038f04
23 changed files with 26 additions and 25 deletions

View File

@@ -1,10 +1,11 @@
using System.Reflection;
using LiteNetLib;
using LiteNetLib.Utils;
using Engine.Core;
using Engine.Core.Debug;
using Engine.Systems.Network.Packers;
using LiteNetLib;
using LiteNetLib.Utils;
namespace Engine.Systems.Network;