From 1097f6d8f9d743cecbb784b350be5476febb4fc7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 5 Sep 2022 14:19:34 +0200 Subject: [PATCH] 0.25.0 --- CustomTable.cs | 1 - ExampleMod.cs | 2 -- ExampleMod.csproj | 2 +- SitDownOnGrassAction.cs | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) 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;