public EmpOnTriggerComponent (#14452)

This commit is contained in:
Slava0135 2023-03-06 22:17:40 +03:00 committed by GitHub
parent 0f72bd497c
commit 67efe7f6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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