kinda fixes

This commit is contained in:
EnefFlow
2023-11-15 23:31:43 +03:00
committed by Aviu00
parent eea0e86d87
commit 8c9c17e6de
13 changed files with 45 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ namespace Content.Server.White.Cult.Structures;
public sealed partial class RunicMetalComponent : Component
{
[ViewVariables(VVAccess.ReadOnly)]
public BoundUserInterface? UserInterface => Owner.GetUIOrNull(CultStructureCraftUiKey.Key);
public Enum UserInterfaceKey = CultStructureCraftUiKey.Key;
[ViewVariables(VVAccess.ReadWrite), DataField("delay")]
public float Delay = 1;