8 lines
232 B
C#
8 lines
232 B
C#
|
|
namespace Content.Server.Administration.Components;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// This is used for forcing someone to be disarmed 100% of the time.
|
|||
|
|
/// </summary>
|
|||
|
|
[RegisterComponent]
|
|||
|
|
public sealed class DisarmProneComponent : Component { }
|