Skip to content

Commit

Permalink
Create EvilTwinSpawnerComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Nov 21, 2023
1 parent afbf5ec commit e34ac25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Content.Server/ADT/EvilTwin/EvilTwinSpawnerComponent.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace Content.Server.ADT.EvilTwin;

[RegisterComponent]
public sealed partial class EvilTwinSpawnerComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
[DataField("target")]
public EntityUid TargetForce { get; set; } = EntityUid.Invalid;
}

0 comments on commit e34ac25

Please sign in to comment.