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