Files
crystall-punk-14/Content.Server/Traits/Assorted/PacifistComponent.cs

11 lines
191 B
C#
Raw Normal View History

namespace Content.Server.Traits.Assorted;
/// <summary>
/// This is used for enforcing pacifism.
/// </summary>
[RegisterComponent]
public sealed class PacifistComponent : Component
{
}