Auto comp (#6416)
This commit is contained in:
@@ -12,8 +12,6 @@ namespace Content.Shared.Kitchen.Components
|
||||
{
|
||||
public abstract class SharedKitchenSpikeComponent : Component, IDragDropOn
|
||||
{
|
||||
public override string Name => "KitchenSpike";
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("delay")]
|
||||
public float SpikeDelay = 12.0f;
|
||||
|
||||
@@ -10,9 +10,6 @@ namespace Content.Shared.Kitchen.Components
|
||||
[NetworkedComponent()]
|
||||
public class SharedMicrowaveComponent : Component
|
||||
{
|
||||
|
||||
public override string Name => "Microwave";
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public class MicrowaveStartCookMessage : BoundUserInterfaceMessage
|
||||
{
|
||||
|
||||
@@ -7,8 +7,6 @@ namespace Content.Shared.Kitchen.Components
|
||||
{
|
||||
public abstract class SharedReagentGrinderComponent : Component
|
||||
{
|
||||
public override string Name => "ReagentGrinder";
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public class ReagentGrinderGrindStartMessage : BoundUserInterfaceMessage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user