Skip to content

Commit

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

Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The type or namespace name 'StationEvents' does not exist in the namespace 'Content.Server.ADT.EvilTwin' (are you missing an assembly reference?)

Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The type or namespace name 'StationEvents' does not exist in the namespace 'Content.Server.ADT.EvilTwin' (are you missing an assembly reference?)

Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The type or namespace name 'StationEvents' does not exist in the namespace 'Content.Server.ADT.EvilTwin' (are you missing an assembly reference?)

Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The type or namespace name 'StationEvents' does not exist in the namespace 'Content.Server.ADT.EvilTwin' (are you missing an assembly reference?)

Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The type or namespace name 'StationEvents' does not exist in the namespace 'Content.Server.ADT.EvilTwin' (are you missing an assembly reference?)

namespace Content.Server.ADT.EvilTwin;

[RegisterComponent, Access(typeof(EvilTwinRule))]

Check failure on line 5 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The type or namespace name 'EvilTwinRule' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 5 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The type or namespace name 'EvilTwinRule' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 5 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The type or namespace name 'EvilTwinRule' could not be found (are you missing a using directive or an assembly reference?)
public sealed partial class EvilTwinRuleComponent : Component
{

}

0 comments on commit 72905d9

Please sign in to comment.