Predict StorageComponent (#19682)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Content.Server.UserInterface
|
||||
[ViewVariables]
|
||||
public Enum? Key { get; set; }
|
||||
|
||||
[ViewVariables] public BoundUserInterface? UserInterface => (Key != null) ? Owner.GetUIOrNull(Key) : null;
|
||||
[ViewVariables] public PlayerBoundUserInterface? UserInterface => (Key != null) ? Owner.GetUIOrNull(Key) : null;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("inHandsOnly")]
|
||||
|
||||
Reference in New Issue
Block a user