From 3c8c3464e3a900f7d5f9ae396e34cd56e707b312 Mon Sep 17 00:00:00 2001 From: PNWParksFan Date: Tue, 20 Feb 2018 23:31:19 -0800 Subject: [PATCH] Restored new GTAFolder class to project and changed filename to match class name --- CodeWalker.csproj | 1 + Utils/{GTAFolderCheck.cs => GTAFolder.cs} | 0 2 files changed, 1 insertion(+) rename Utils/{GTAFolderCheck.cs => GTAFolder.cs} (100%) diff --git a/CodeWalker.csproj b/CodeWalker.csproj index 6183c66..f7c0985 100644 --- a/CodeWalker.csproj +++ b/CodeWalker.csproj @@ -395,6 +395,7 @@ + diff --git a/Utils/GTAFolderCheck.cs b/Utils/GTAFolder.cs similarity index 100% rename from Utils/GTAFolderCheck.cs rename to Utils/GTAFolder.cs