refactor: network entity packets
This commit is contained in:
@@ -6,8 +6,6 @@ namespace Syntriax.Engine.Network;
|
||||
|
||||
public interface INetworkManager
|
||||
{
|
||||
INetworkCommunicator NetworkCommunicator { get; }
|
||||
|
||||
IReadOnlyDictionary<string, INetworkEntity> NetworkEntities { get; }
|
||||
IBehaviourCollector<INetworkEntity> NetworkEntityCollector { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user