-
Notifications
You must be signed in to change notification settings - Fork 146
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
47c0610
commit 2ff9397
Showing
3 changed files
with
57 additions
and
112 deletions.
There are no files selected for viewing
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
8 changes: 4 additions & 4 deletions
8
Content.Shared/Language/Components/Translators/HoldsTranslatorComponent.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,11 +1,11 @@ | ||
namespace Content.Shared.Language.Components.Translators; | ||
|
||
/// <summary> | ||
/// Applied internally to the holder of [HandheldTranslatorComponent]. | ||
/// Do not use directly. Use [HandheldTranslatorComponent] instead. | ||
/// Applied internally to the holder of an entity with [HandheldTranslatorComponent]. | ||
/// </summary> | ||
[RegisterComponent] | ||
public sealed partial class HoldsTranslatorComponent : IntrinsicTranslatorComponent | ||
public sealed partial class HoldsTranslatorComponent : Component | ||
{ | ||
public Component? Issuer = null; | ||
[NonSerialized] | ||
public HashSet<Entity<HandheldTranslatorComponent>> Translators = new(); | ||
} |
9 changes: 0 additions & 9 deletions
9
Content.Shared/Language/Components/Translators/ImplantedTranslatorComponent.cs
This file was deleted.
Oops, something went wrong.