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

@@ -2,7 +2,7 @@ using LiteNetLib.Utils;
using Engine.Core;
namespace Engine.Systems.Network;
namespace Engine.Systems.Network.Packers;
internal static class ColorHSVANetPacker
{