feat: added revised version of the old networking system
This commit is contained in:
7
Shared/Network/Abstract/PacketEntityData.cs
Normal file
7
Shared/Network/Abstract/PacketEntityData.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Syntriax.Engine.Network;
|
||||
|
||||
public interface INetworkPacketEntityData<T> : INetworkPacket
|
||||
{
|
||||
string Entity { get; }
|
||||
T Data { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user