Skip to content

Commit

Permalink
Update FoodComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Mar 31, 2024
1 parent 06c29ad commit 85538a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Content.Server/Nutrition/Components/FoodComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ public enum Quality : byte // Frontier
Nasty,
Toxin,
Trash,
MailOpened,
MailClosed
Fiber
}

public enum FinalQuality : byte // Frontier
Expand All @@ -27,8 +26,7 @@ public enum FinalQuality : byte // Frontier
Nasty,
Toxin,
Trash,
MailOpened,
MailClosed
Fiber
}

[RegisterComponent, Access(typeof(FoodSystem))]
Expand Down

0 comments on commit 85538a2

Please sign in to comment.