7 lines
132 B
C#

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