Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Content.Shared.Emoting
|
||||
{
|
||||
public class EmoteAttemptEvent : CancellableEntityEventArgs
|
||||
public sealed class EmoteAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public EmoteAttemptEvent(EntityUid uid)
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Content.Shared.Emoting
|
||||
{
|
||||
public class EmoteSystem : EntitySystem
|
||||
public sealed class EmoteSystem : EntitySystem
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
|
||||
@@ -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