ircsharp/IrcStates/ISupport.cs
Ben Harris 933a4f8560
All checks were successful
continuous-integration/drone/push Build is passing
rename to IrcSharp
also tidy up formatting with vs tools
2020-04-22 16:28:51 -04:00

8 lines
105 B
C#

// ReSharper disable InconsistentNaming
namespace IrcStates
{
public class ISupport
{
}
}