Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Shared.Emoting
|
||||
{
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public class SharedEmotingComponent : Component
|
||||
public sealed class SharedEmotingComponent : Component
|
||||
{
|
||||
[DataField("enabled")] private bool _enabled = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user