CClash.DirectCompilerCache.DirectCompilerCache C# (CSharp) Method

DirectCompilerCache() public method

public DirectCompilerCache ( string cacheFolder ) : System
cacheFolder string
return System
        public DirectCompilerCache(string cacheFolder)
            : base(cacheFolder)
        {
            Logging.Emit("direct compiler cache");
        }