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