feat: added revised version of the old networking system
This commit is contained in:
8
Shared/Network/Abstract/INetworkBehaviour.cs
Normal file
8
Shared/Network/Abstract/INetworkBehaviour.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Syntriax.Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Network;
|
||||
|
||||
public interface INetworkBehaviour : IBehaviour, INetworkEntity
|
||||
{
|
||||
INetworkCommunicator NetworkCommunicator { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user