From 5a96eecf9680d8f46b9b841eebfe6c2bd5606bdb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 29 May 2023 22:58:40 +0200 Subject: [PATCH] dep update --- ExampleMod.cs | 2 ++ ExampleMod.csproj | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ExampleMod.cs b/ExampleMod.cs index 2ce33b1..67ab788 100644 --- a/ExampleMod.cs +++ b/ExampleMod.cs @@ -3,6 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using ExtremelySimpleLogger; +using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework.Graphics; using MLEM.Data; using MLEM.Data.Content; using MLEM.Textures; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index e6c7e99..5acc075 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -7,13 +7,13 @@ - - + + - - + +