コード例 #1
0
ファイル: Logger.cs プロジェクト: UnsignedVoid/MSCMP
        private static string GetLogPath()
        {
            var logPath = Path.Combine(ModUtils.GetGamePath(), LOG_FILE_NAME);

            return(logPath);
        }