Auto comp (#6416)
This commit is contained in:
@@ -10,8 +10,6 @@ namespace Content.Server.Nutrition.Components
|
||||
[RegisterComponent, Friend(typeof(SliceableFoodSystem))]
|
||||
internal class SliceableFoodComponent : Component
|
||||
{
|
||||
public override string Name => "SliceableFood";
|
||||
|
||||
[DataField("slice")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public string Slice = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user