chore: unused types removed
This commit is contained in:
		@@ -1,8 +0,0 @@
 | 
			
		||||
using Syntriax.Engine.Core;
 | 
			
		||||
 | 
			
		||||
namespace Syntriax.Engine.Network;
 | 
			
		||||
 | 
			
		||||
public interface INetworkBehaviour : IBehaviour, INetworkEntity
 | 
			
		||||
{
 | 
			
		||||
    INetworkCommunicator NetworkCommunicator { get; }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,7 +0,0 @@
 | 
			
		||||
namespace Syntriax.Engine.Network;
 | 
			
		||||
 | 
			
		||||
public interface INetworkPacketEntityData<T> : INetworkPacket
 | 
			
		||||
{
 | 
			
		||||
    string Entity { get; }
 | 
			
		||||
    T Data { get; }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user