diff --git a/Content.Shared/Hands/HandEvents.cs b/Content.Shared/Hands/HandEvents.cs index 233d817f5b..91bb906a2c 100644 --- a/Content.Shared/Hands/HandEvents.cs +++ b/Content.Shared/Hands/HandEvents.cs @@ -13,7 +13,7 @@ namespace Content.Shared.Hands /// /// Raised directed at an item that needs to update its in-hand sprites/layers. /// - public class GetInhandVisualsEvent : EntityEventArgs + public sealed class GetInhandVisualsEvent : EntityEventArgs { /// /// Entity that owns the hand holding the item. @@ -43,7 +43,7 @@ namespace Content.Shared.Hands /// /// Useful for systems/components that modify the visual layers that an item adds to a player. (e.g. RGB memes) /// - public class HeldVisualsUpdatedEvent : EntityEventArgs + public sealed class HeldVisualsUpdatedEvent : EntityEventArgs { /// /// Entity that is holding the item.