CClash.CClashServerClient.IsSupported C# (CSharp) 메소드

IsSupported() 공개 메소드

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