Convert ItemCabinet to use a VisualizerSystem (#6571)

This commit is contained in:
mirrorcult
2022-02-09 18:53:44 -07:00
committed by GitHub
parent 47c31fac47
commit b96cee4fd5
8 changed files with 46 additions and 55 deletions

View File

@@ -1,8 +1,5 @@
using Content.Shared.Containers.ItemSlots;
using Content.Shared.Sound;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.ViewVariables;
namespace Content.Server.Cabinet
{
@@ -10,7 +7,7 @@ namespace Content.Server.Cabinet
/// Used for entities that can be opened, closed, and can hold one item. E.g., fire extinguisher cabinets.
/// </summary>
[RegisterComponent]
public class ItemCabinetComponent : Component
public sealed class ItemCabinetComponent : Component
{
/// <summary>
/// Sound to be played when the cabinet door is opened.