diff --git a/MLEM.Templates/MLEM.Templates.csproj b/MLEM.Templates/MLEM.Templates.csproj index 1ede6d9..8b893be 100644 --- a/MLEM.Templates/MLEM.Templates.csproj +++ b/MLEM.Templates/MLEM.Templates.csproj @@ -15,7 +15,7 @@ dotnet-new templates monogame ellpeck mlem utility extensions https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM - 3.2.2 + 3.2.3 diff --git a/MLEM.Templates/content/MLEM.Templates.DesktopGL/Program.cs b/MLEM.Templates/content/MLEM.Templates.DesktopGL/Program.cs index 880aa99..f6807c1 100644 --- a/MLEM.Templates/content/MLEM.Templates.DesktopGL/Program.cs +++ b/MLEM.Templates/content/MLEM.Templates.DesktopGL/Program.cs @@ -1,3 +1,6 @@ +using Microsoft.Xna.Framework; +using MLEM.Misc; + namespace TemplateNamespace { public static class Program {