diff --git a/CustomTable.cs b/CustomTable.cs index 4ec5697..1be2c03 100644 --- a/CustomTable.cs +++ b/CustomTable.cs @@ -1,6 +1,5 @@ using System; using System.Runtime.Serialization; -using Microsoft.Xna.Framework; using TinyLife.Objects; using TinyLife.World; diff --git a/ExampleMod.cs b/ExampleMod.cs index 5f26e87..029e8d3 100644 --- a/ExampleMod.cs +++ b/ExampleMod.cs @@ -1,8 +1,6 @@ using System.Collections.Generic; using System.Linq; 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 379298e..d1188e7 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - + diff --git a/SitDownOnGrassAction.cs b/SitDownOnGrassAction.cs index afa39b6..d31ffd7 100644 --- a/SitDownOnGrassAction.cs +++ b/SitDownOnGrassAction.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using Microsoft.Xna.Framework; using TinyLife; using TinyLife.Actions; using TinyLife.Emotions;