feat: working networked paddles
This commit is contained in:
@@ -2,7 +2,4 @@ using Syntriax.Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Network;
|
||||
|
||||
public interface INetworkEntity : IEntity
|
||||
{
|
||||
void ReceiveDataClient<T>(T data);
|
||||
}
|
||||
public interface INetworkEntity : IEntity;
|
||||
|
Reference in New Issue
Block a user