Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -3,5 +3,4 @@ using Robust.Shared.GameObjects;
|
||||
namespace Content.Server.Speech.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("MonkeyAccent")]
|
||||
public sealed class MonkeyAccentComponent : Component {}
|
||||
|
||||
@@ -21,7 +21,6 @@ namespace Content.Server.Speech.Components
|
||||
/// Replaces any spoken sentences with a random word.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("ReplacementAccent")]
|
||||
public class ReplacementAccentComponent : Component
|
||||
{
|
||||
[DataField("accent", customTypeSerializer: typeof(PrototypeIdSerializer<ReplacementAccentPrototype>), required: true)]
|
||||
|
||||
@@ -3,5 +3,4 @@ using Robust.Shared.GameObjects;
|
||||
namespace Content.Server.Speech.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("RussianAccent")]
|
||||
public sealed class RussianAccentComponent : Component {}
|
||||
|
||||
Reference in New Issue
Block a user