Skip to content

Commit

Permalink
Update Exiled.CustomModules/API/Features/CustomItems/ItemBehaviour.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
  • Loading branch information
warquys and NaoUnderscore authored Dec 28, 2023
1 parent 0e4ca34 commit 49f6b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Exiled.CustomModules.API.Features.CustomItems
/// <summary>
/// A tool to easily handle the custom item's logic.
/// </summary>
public abstract class ItemBehaviour : EPlayerBehaviour, IAdditiveSettings<ItemSettings>
public abstract class ItemBehaviour : EItemBehaviour, IAdditiveSettings<ItemSettings>
{
/// <inheritdoc/>
public ItemSettings Settings { get; set; }
Expand Down

0 comments on commit 49f6b78

Please sign in to comment.