namespace Syntriax.Engine.Network; public interface INetworkPacketEntityData : INetworkPacket { string Entity { get; } T Data { get; } }