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