From 46bdfe0c584bd3fe0fb42c4fcd0a2a536e8a211d Mon Sep 17 00:00:00 2001 From: Andrey Ushakov <10843461+Werzet@users.noreply.github.com> Date: Tue, 28 May 2024 21:53:13 +1000 Subject: [PATCH] Update EntityPickupAnimationComponent.cs --- Content.Client/Animations/EntityPickupAnimationComponent.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/Animations/EntityPickupAnimationComponent.cs b/Content.Client/Animations/EntityPickupAnimationComponent.cs index 663ce628f6830f..213f4fb42da4aa 100644 --- a/Content.Client/Animations/EntityPickupAnimationComponent.cs +++ b/Content.Client/Animations/EntityPickupAnimationComponent.cs @@ -8,4 +8,5 @@ [Access(typeof(EntityPickupAnimationSystem))] public sealed partial class EntityPickupAnimationComponent : Component { + }