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