CClash.CClashServerClient.IsSupported C# (CSharp) Method

IsSupported() public method

public IsSupported ( ICompiler comp, IEnumerable args ) : bool
comp ICompiler
args IEnumerable
return bool
        public bool IsSupported(ICompiler comp, IEnumerable<string> args)
        {
            return true;
        }