Auto comp (#6416)
This commit is contained in:
@@ -10,8 +10,6 @@ namespace Content.Server.Speech.Components;
|
||||
[RegisterComponent]
|
||||
public class AddAccentClothingComponent : Component
|
||||
{
|
||||
public override string Name => "AddAccentClothing";
|
||||
|
||||
/// <summary>
|
||||
/// Component name for accent that will be applied.
|
||||
/// </summary>
|
||||
|
||||
@@ -5,6 +5,5 @@ namespace Content.Server.Speech.Components
|
||||
[RegisterComponent]
|
||||
public class BackwardsAccentComponent : Component
|
||||
{
|
||||
public override string Name => "BackwardsAccent";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@ namespace Content.Server.Speech.Components
|
||||
[RegisterComponent]
|
||||
public class OwOAccentComponent : Component
|
||||
{
|
||||
public override string Name => "OwOAccent";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@ namespace Content.Server.Speech.Components
|
||||
[RegisterComponent]
|
||||
public class SpanishAccentComponent : Component
|
||||
{
|
||||
public override string Name => "SpanishAccent";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@ namespace Content.Server.Speech.Components
|
||||
[RegisterComponent]
|
||||
public class StutteringAccentComponent : Component
|
||||
{
|
||||
public override string Name => "StutteringAccent";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user