Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Content.Server.Speech.Components
|
||||
/// Replaces any spoken sentences with a random word.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class ReplacementAccentComponent : Component
|
||||
public sealed class ReplacementAccentComponent : Component
|
||||
{
|
||||
[DataField("accent", customTypeSerializer: typeof(PrototypeIdSerializer<ReplacementAccentPrototype>), required: true)]
|
||||
public string Accent = default!;
|
||||
|
||||
Reference in New Issue
Block a user