Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.Server.Light.Components
|
||||
/// Can be reloaded by new light tubes or light bulbs
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class LightReplacerComponent : Component
|
||||
public sealed class LightReplacerComponent : Component
|
||||
{
|
||||
[DataField("sound")]
|
||||
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Weapons/click.ogg");
|
||||
@@ -35,7 +35,7 @@ namespace Content.Server.Light.Components
|
||||
|
||||
[Serializable]
|
||||
[DataDefinition]
|
||||
public class LightReplacerEntity
|
||||
public sealed class LightReplacerEntity
|
||||
{
|
||||
[DataField("name", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string PrototypeName = default!;
|
||||
|
||||
Reference in New Issue
Block a user