keybinds for opening bag/belt & context logic for opening storage window (#22238)
* keybinds for opening bag/belt & context logic for opening storage window * no error por favor
This commit is contained in:
@@ -170,6 +170,15 @@ namespace Content.Shared.Storage
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// An extra BUI message that either opens, closes, or focuses the storage window based on context.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class StorageModifyWindowMessage : BoundUserInterfaceMessage
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[NetSerializable]
|
||||
[Serializable]
|
||||
public enum StorageVisuals : byte
|
||||
|
||||
Reference in New Issue
Block a user