Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Kudzu;
|
||||
/// Currently does not support growing in space.
|
||||
/// </summary>
|
||||
[RegisterComponent, Friend(typeof(SpreaderSystem))]
|
||||
public class SpreaderComponent : Component
|
||||
public sealed class SpreaderComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Chance for it to grow on any given tick, after the normal growth rate-limit (if it doesn't grow, SpreaderSystem will pick another one.).
|
||||
|
||||
Reference in New Issue
Block a user