Removed Humper
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
using Humper.Base;
|
||||
using MonoGame.Extended;
|
||||
|
||||
namespace Collector.Character
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user