Skip to content

Commit

Permalink
Update Player.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n authored May 6, 2024
1 parent 9ba14b0 commit ad96299
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GameLogic/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace MUnique.OpenMU.GameLogic;

using System.Numerics;
using System.Threading;
using MUnique.OpenMU.AttributeSystem;
using MUnique.OpenMU.DataModel.Attributes;
Expand Down Expand Up @@ -2141,4 +2140,4 @@ public GMMagicEffectDefinition()
this.PowerUpDefinitions = new List<PowerUpDefinition>(0);
}
}
}
}

0 comments on commit ad96299

Please sign in to comment.