Files
wwdpublic/Content.Shared/_White/Blocking/BlockBlockerComponent.cs
Spatison e5b1e86633 [Port] Melee Block / Блок В Ближнем Бою (#10)
* add: melee block

* add: RU loc

* test

* fix

* test

* test
2024-09-01 01:58:03 +07:00

7 lines
179 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._White.Blocking;
[RegisterComponent, NetworkedComponent]
public sealed partial class BlockBlockerComponent : Component;