chore: unused types removed
This commit is contained in:
parent
da284eda95
commit
f20aabcacf
@ -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; }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user