Files
crystall-punk-14/Content.Shared/_CP14/Follower/CP14FollowOnUseInHandComponent.cs

8 lines
183 B
C#
Raw Permalink Normal View History

2024-11-24 15:36:35 +04:00
namespace Content.Shared._CP14.Follower;
[RegisterComponent, Access(typeof(CP14FollowOnUseInHandSystem))]
public sealed partial class CP14FollowOnUseInHandComponent : Component
{
}