Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Threading.Tasks;
|
||||
namespace Content.Server.Atmos.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class IgniteOnCollideComponent : Component
|
||||
public sealed class IgniteOnCollideComponent : Component
|
||||
{
|
||||
[DataField("fireStacks")]
|
||||
public float FireStacks { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user