Beispiel #1
0
        private static string GetLogPath()
        {
            var logPath = Path.Combine(ModUtils.GetGamePath(), LOG_FILE_NAME);

            return(logPath);
        }