Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Tag
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public class TagComponentState : ComponentState
|
||||
public sealed class TagComponentState : ComponentState
|
||||
{
|
||||
public TagComponentState(string[] tags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user