From e7f00e5c8116d33721b4c17dc82ecc75c619c35c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 14 Dec 2021 00:12:05 +0100 Subject: [PATCH] some cleaning up --- CustomTable.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CustomTable.cs b/CustomTable.cs index 61c0651..655cb56 100644 --- a/CustomTable.cs +++ b/CustomTable.cs @@ -1,7 +1,6 @@ using System; using System.Runtime.Serialization; using Microsoft.Xna.Framework; -using MonoGame.Extended; using TinyLife.Objects; using TinyLife.World;