6
2026-01-24 12:49:55 +03: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;