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
107 B
C#
8 lines
107 B
C#
|
|
using System;
|
|
|
|
namespace FishNet.Documenting
|
|
{
|
|
public class APIExcludeAttribute : Attribute { }
|
|
|
|
}
|