forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19c520b
commit 5418be6
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
8 changes: 7 additions & 1 deletion
8
Content.Shared/_CorvaxNext/TurretControl/Components/TurretControllerComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
using Robust.Shared.Prototypes; | ||
|
||
namespace Content.Shared._CorvaxNext.TurretControl.Components; | ||
|
||
[RegisterComponent] | ||
public sealed partial class TurretControllerComponent : Component; | ||
public sealed partial class TurretControllerComponent : Component | ||
{ | ||
[DataField] | ||
public ComponentRegistry RequiredComponents = []; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters