* ECS dragdrop No more excuses. * AAAAAAAAAAAAAA * kry * events * aaaaaaaaaa * HUH * Fix stripping * aaaaaa * spoike * asease * fix table vaulting * ded * rebiew * aaaaaaaaaaaaa * drag * aeaeae * weh
10 lines
259 B
C#
10 lines
259 B
C#
using Content.Shared.Kitchen.Components;
|
|
|
|
namespace Content.Client.Kitchen.Components
|
|
{
|
|
[RegisterComponent, ComponentReference(typeof(SharedKitchenSpikeComponent))]
|
|
public sealed class KitchenSpikeComponent : SharedKitchenSpikeComponent
|
|
{
|
|
}
|
|
}
|