We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557c3b3 commit 9221928Copy full SHA for 9221928
src/FRC.NetworkTables/Interfaces/IServerOverridable.cs
@@ -6,7 +6,7 @@
6
7
namespace NetworkTables.Interfaces
8
{
9
- public interface IServerOverridable
+ internal interface IServerOverridable
10
11
void SetServerOverride(IPAddress address, int port);
12
void ClearServerOverride();
0 commit comments