feat: wip network packet encryption

This commit is contained in:
2025-10-28 19:47:54 +03:00
parent 0691d7092c
commit 0bd2b0618d
5 changed files with 92 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
namespace Engine.Systems.Network;
public interface INetworkPacketEncrypted : INetworkPacket;