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