Removed Humper

This commit is contained in:
2020-06-30 04:44:54 -06:00
parent a2ca087156
commit e58a2f8a18
4 changed files with 1 additions and 9 deletions

View File

@@ -12,7 +12,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Humper" Version="0.5.8" />
<PackageReference Include="MGCB.Linux" Version="3.5.1" />
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.9" />
<PackageReference Include="MonoGame.Extended" Version="3.7.0" />

View File

@@ -1,5 +1,5 @@
using Humper.Base;
using MonoGame.Extended;
namespace Collector.Character
{

View File

@@ -1,10 +1,6 @@
using System;
using System.Linq;
using Collector.Dimension;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonoGame.Extended;
using RectangleF = Humper.Base.RectangleF;
using Vector2 = Microsoft.Xna.Framework.Vector2;

View File

@@ -3,9 +3,6 @@
using System;
using System.Collections.Generic;
using Collector.ThirdPartyCode;
using Humper;
using Microsoft.Xna.Framework;
using MonoGame.Extended;
using Collision = Collector.Character.Collision;
namespace Collector.Dimension