mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
12 lines
336 B
C#
12 lines
336 B
C#
using Content.Shared.Kitchen.Components;
|
|
using Content.Shared.Nyanotrasen.Kitchen.Components;
|
|
|
|
namespace Content.Client.Kitchen.Components
|
|
{
|
|
[RegisterComponent]
|
|
//Unnecessary item: [ComponentReference(typeof(SharedDeepFriedComponent))]
|
|
public sealed partial class DeepFriedComponent : SharedDeepFriedComponent
|
|
{
|
|
}
|
|
}
|