Access EmpOnTriggerComponent (#14453)

This commit is contained in:
Slava0135
2023-03-06 22:26:08 +03:00
committed by GitHub
parent 67efe7f6c0
commit 55ac0b850b

View File

@@ -4,6 +4,7 @@ namespace Content.Server.Emp;
/// Upon being triggered will EMP area around it.
/// </summary>
[RegisterComponent]
[Access(typeof(EmpSystem))]
public sealed class EmpOnTriggerComponent : Component
{
[DataField("range"), ViewVariables(VVAccess.ReadWrite)]