feat: added networking system
This commit is contained in:
5
Engine.Systems/Network/Abstract/INetworkEntity.cs
Normal file
5
Engine.Systems/Network/Abstract/INetworkEntity.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using Syntriax.Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
|
||||
public interface INetworkEntity : IEntity;
|
Reference in New Issue
Block a user