From b6fae2c539c046918ab96748e16151115e9c372f Mon Sep 17 00:00:00 2001 From: tmr111116 Date: Thu, 19 Nov 2015 21:09:20 +0900 Subject: [PATCH] fix comment tag --- Plugins/Editor/VSCode.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/Editor/VSCode.cs b/Plugins/Editor/VSCode.cs index d6ec004..e3bb00f 100644 --- a/Plugins/Editor/VSCode.cs +++ b/Plugins/Editor/VSCode.cs @@ -23,12 +23,12 @@ public static class VSCode { /// /// Current Version Number - /// public const float Version = 2.2f; /// /// Current Version Code - /// public const string VersionCode = "-RELEASE"; #region Properties @@ -1020,4 +1020,4 @@ private static void OnGeneratedCSProjectFiles() VSCode.UpdateSolution(); } } -} \ No newline at end of file +}