diff --git a/CMSGame.csproj b/CMSGame.csproj index c385e76..94078ac 100644 --- a/CMSGame.csproj +++ b/CMSGame.csproj @@ -1,4 +1,4 @@ - + net7.0 true @@ -16,4 +16,4 @@ all - + \ No newline at end of file diff --git a/Entities/GameSave.cs b/Entities/GameSave.cs index 532cf38..a23d6b7 100644 --- a/Entities/GameSave.cs +++ b/Entities/GameSave.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; - namespace CMSGame { public class GameSave