Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Server.Nutrition.EntitySystems;
|
||||
/// masks), then this component might become redundant.
|
||||
/// </remarks>
|
||||
[RegisterComponent, Friend(typeof(FoodSystem), typeof(DrinkSystem))]
|
||||
public class IngestionBlockerComponent : Component
|
||||
public sealed class IngestionBlockerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Is this component currently blocking consumption.
|
||||
|
||||
Reference in New Issue
Block a user