CClash.CClashServerClient.IsSupported C# (CSharp) Méthode

IsSupported() public méthode

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