Convert ItemCabinet to use a VisualizerSystem (#6571)
This commit is contained in:
11
Content.Client/Cabinet/ItemCabinetVisualsComponent.cs
Normal file
11
Content.Client/Cabinet/ItemCabinetVisualsComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Content.Client.Cabinet;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class ItemCabinetVisualsComponent : Component
|
||||
{
|
||||
[DataField("openState", required: true)]
|
||||
public string OpenState = default!;
|
||||
|
||||
[DataField("closedState", required: true)]
|
||||
public string ClosedState = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user