Ducktaped together a FishNet version of the Transport, now I need to edit the LoadBalancer and Server so it connects and actually trades information
8 lines
No EOL
184 B
C#
8 lines
No EOL
184 B
C#
|
|
namespace FishNet.Broadcast
|
|
{
|
|
/// <summary>
|
|
/// Include this interface on types intended to be used with Broadcast.
|
|
/// </summary>
|
|
public interface IBroadcast { }
|
|
} |