Files
OldThink/Content.Shared/_White/Blocking/BlockBlockerComponent.cs
Aviu00 27268d4e28 Better melee combat (#542)
* - add: NextMobAttack, EquipCooldown.

* - fix: Some combat fixes.

* - add: Telebaton.

* - add: Stun baton rework.

* - tweak: Reduce melee range.

* - add: Rework melee block system.

* - add: ExaminedEvent.
2024-08-02 14:50:26 +03:00

9 lines
182 B
C#

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