6
2026-01-13 18:31:02 +02:00

6 lines
222 B
C#

namespace Content.Server._NF.Kitchen.Components;
// Denotes items that are important elements of moth cuisine, and should be edible by moths.
[RegisterComponent]
public sealed partial class MothFoodComponent : Component;