using Syntriax.Engine.Core; namespace Syntriax.Engine.Network; public interface INetworkEntity : IEntity { void ReceiveDataClient(T data); }