11 lines
No EOL
172 B
C#
11 lines
No EOL
172 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace GameChannel.Utils
|
|
{
|
|
public interface ISpamProtector
|
|
{
|
|
bool CanConnect(string ipAddress);
|
|
}
|
|
} |