Files
OldThink/Content.Client/Animations/EntityPickupAnimationComponent.cs

12 lines
340 B
C#
Raw Permalink Normal View History

namespace Content.Client.Animations;
/// <summary>
/// Applied to client-side clone entities to animate them approaching the player that
/// picked up the original entity.
/// </summary>
[RegisterComponent]
[Access(typeof(EntityPickupAnimationSystem))]
public sealed partial class EntityPickupAnimationComponent : Component
{
}