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 2cfa371 commit f173e14Copy full SHA for f173e14
ConsoleHero/Interfaces/IListeningNode.cs
@@ -2,5 +2,5 @@
2
3
public interface IListeningNode
4
{
5
- internal abstract void ProcessResult(string response);
+ public abstract void ProcessResult(string response);
6
}
0 commit comments