Added fireaxe cabinets (#4221)
* Added fireaxe cabinets * Now inserts and renamed ItemCabinetVisuals file * Added netsync * Cut out layers for future ItemCabinetVisualizer work and reorganized some RSIs * Update Resources/Textures/Constructible/Storage/Cabinets/extinguisher_cabinet.rsi/meta.json * Update Resources/Textures/Constructible/Storage/Cabinets/extinguisher_cabinet.rsi/meta.json Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
13
Content.Shared/Cabinet/ItemCabinetVisuals.cs
Normal file
13
Content.Shared/Cabinet/ItemCabinetVisuals.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Cabinet
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ItemCabinetVisuals : byte
|
||||
{
|
||||
IsOpen,
|
||||
ContainsItem
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user