Skip to content

Commit

Permalink
changed namespace of pickupevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkheemist committed Jan 18, 2025
1 parent b56dec9 commit 24163d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Content.Shared._NF.LoggingExtensions; // Frontier
using Content.Shared._NF.Item; // Frontier
using Content.Shared.Clothing.Components;
using Content.Shared.Database;
using Content.Shared.Hands.Components;
Expand Down
2 changes: 1 addition & 1 deletion Content.Shared/_NF/Item/PickupEvent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Content.Shared.Item;
namespace Content.Shared._NF.Item;

/// <summary>
/// Raised directed at entity being picked up when someone picks it up sucessfully
Expand Down

0 comments on commit 24163d9

Please sign in to comment.