-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
- Loading branch information
There are no files selected for viewing
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 GitHub Actions / Test Packaging
Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs GitHub Actions / Test Packaging
Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs GitHub Actions / YAML Linter
Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs GitHub Actions / build (ubuntu-latest)
Check failure on line 1 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs GitHub Actions / build (ubuntu-latest)
|
||
|
||
namespace Content.Server.ADT.EvilTwin; | ||
|
||
[RegisterComponent, Access(typeof(EvilTwinRule))] | ||
Check failure on line 5 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs GitHub Actions / Test Packaging
Check failure on line 5 in Content.Server/ADT/EvilTwin/EvilTwinRuleComponent.cs GitHub Actions / YAML Linter
|
||
public sealed partial class EvilTwinRuleComponent : Component | ||
{ | ||
|
||
} |