Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Light.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(MatchstickSystem))]
|
||||
public class MatchstickComponent : Component
|
||||
public sealed class MatchstickComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Current state to matchstick. Can be <code>Unlit</code>, <code>Lit</code> or <code>Burnt</code>.
|
||||
|
||||
Reference in New Issue
Block a user