6 lines
222 B
C#
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;
|