namespace Syntriax.Engine.Systems.Network; public interface IEntityNetworkPacket : INetworkPacket { string EntityId { get; } }