* - add: NextMobAttack, EquipCooldown. * - fix: Some combat fixes. * - add: Telebaton. * - add: Stun baton rework. * - tweak: Reduce melee range. * - add: Rework melee block system. * - add: ExaminedEvent.
9 lines
182 B
C#
9 lines
182 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._White.Blocking;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class BlockBlockerComponent : Component
|
|
{
|
|
}
|