Delta-v/Content.Shared/Nyanotrasen/Interaction/NoNormalInteractionComponen...

9 lines
237 B
C#

/// <summary>
/// Generic component for entities that can move around, emote, etc but just not physically interact with things.
/// </summary>
[RegisterComponent]
public sealed partial class NoNormalInteractionComponent : Component
{
}