Files
tbd-station-14/Content.Shared/CombatMode/Events/TogglePrecisionModeEvent.cs
metalgearsloth f51248ecaa Melee refactor (#10897)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-09-29 15:51:59 +10:00

8 lines
139 B
C#

using Content.Shared.Actions;
namespace Content.Shared.CombatMode;
public sealed class TogglePrecisionModeEvent : InstantActionEvent
{
}