Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Nutrition.Components
|
||||
{
|
||||
[Friend(typeof(SharedCreamPieSystem))]
|
||||
[RegisterComponent]
|
||||
public class CreamPieComponent : Component
|
||||
public sealed class CreamPieComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("paralyzeTime")]
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Content.Shared.Nutrition.Components
|
||||
{
|
||||
[Friend(typeof(SharedCreamPieSystem))]
|
||||
[RegisterComponent]
|
||||
public class CreamPiedComponent : Component
|
||||
public sealed class CreamPiedComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public bool CreamPied { get; set; } = false;
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Content.Shared.Nutrition.Components
|
||||
/// Indicates that the entity can be thrown on a kitchen spike for butchering.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class SharedButcherableComponent : Component, IDraggable
|
||||
public sealed class SharedButcherableComponent : Component, IDraggable
|
||||
{
|
||||
//TODO: List for sub-products like animal-hides, organs and etc?
|
||||
[ViewVariables]
|
||||
|
||||
Reference in New Issue
Block a user