Files
crystall-punk-14/Content.Shared/_CP14/Follower/CP14FollowOnUseInHandComponent.cs
2024-11-24 14:36:35 +03:00

8 lines
183 B
C#

namespace Content.Shared._CP14.Follower;
[RegisterComponent, Access(typeof(CP14FollowOnUseInHandSystem))]
public sealed partial class CP14FollowOnUseInHandComponent : Component
{
}