EntityButton no longer inherits PanelContainer.

It didn't use the functionality so.
This commit is contained in:
Pieter-Jan Briers
2021-01-23 21:51:18 +01:00
parent 148c8daeb6
commit 12b442d2ee

View File

@@ -284,7 +284,7 @@ namespace Content.Client.GameObjects.Components.Storage
/// <summary>
/// Button created for each entity that represents that item in the storage UI, with a texture, and name and size label
/// </summary>
private class EntityButton : PanelContainer
private class EntityButton : Control
{
public EntityUid EntityUid { get; set; }
public Button ActualButton { get; }