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