Files
tbd-station-14/Content.Client/Animations/EntityPickupAnimationComponent.cs

12 lines
340 B
C#

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
{
}