11 lines
238 B
C#
11 lines
238 B
C#
using Content.Shared.Actions;
|
|
|
|
namespace Content.Shared._White.SurveillanceCamera;
|
|
|
|
/// <summary>
|
|
/// Action-event for toggle-able Body Camera/>
|
|
/// </summary>
|
|
public sealed partial class ToggleBodyCameraEvent : InstantActionEvent
|
|
{
|
|
}
|