This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -16,7 +16,7 @@ namespace Content.Client.Inventory
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(InventoryComponent))]
|
||||
[Access(typeof(ClientInventorySystem))]
|
||||
[Friend(typeof(ClientInventorySystem))]
|
||||
public sealed class ClientInventoryComponent : InventoryComponent
|
||||
{
|
||||
public Control BottomLeftButtons = default!;
|
||||
@@ -34,7 +34,6 @@ namespace Content.Client.Inventory
|
||||
/// Data about the current layers that have been added to the players sprite due to the items in each equipment slot.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[Access(typeof(ClientInventorySystem), Other = AccessPermissions.ReadWriteExecute)] // FIXME Friends
|
||||
public readonly Dictionary<string, HashSet<string>> VisualLayerKeys = new();
|
||||
|
||||
public bool AttachedToGameHud;
|
||||
|
||||
Reference in New Issue
Block a user