Files
OldThink/Content.Server/Changeling/UncloneableComponent.cs

10 lines
199 B
C#
Raw Normal View History

namespace Content.Server.Changeling;
/// <summary>
/// This is used for the uncloneable trait.
/// </summary>
[RegisterComponent]
public sealed partial class UncloneableComponent : Component
{
}