6 lines
98 B
C#

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