refactor: network entity packets
This commit is contained in:
6
Shared/Network/Abstract/IEntityNetworkPacket.cs
Normal file
6
Shared/Network/Abstract/IEntityNetworkPacket.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Syntriax.Engine.Network;
|
||||
|
||||
public interface IEntityNetworkPacket : INetworkPacket
|
||||
{
|
||||
string EntityId { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user