6 lines
116 B
C#

using Syntriax.Engine.Core;
namespace Syntriax.Engine.Systems.Network;
public interface INetworkEntity : IEntity;