Files
OldThink/Content.Shared/_White/StunLock/StunLockComponent.cs
Spatison 06b4a48b8f StunLock (#474)
* StunLock

* DisarmMalus

* Баланс
2024-07-21 20:55:01 +03:00

8 lines
129 B
C#

namespace Content.Shared._White.StunLock;
[RegisterComponent]
public sealed partial class StunLockComponent : Component
{
}