Remove encapsulation for previously protected XAML UI fields (#4975)
This commit is contained in:
@@ -9,11 +9,6 @@ namespace Content.Client.Cargo.UI
|
||||
public partial class CargoOrderRow : PanelContainer
|
||||
{
|
||||
public CargoOrderData? Order { get; set; }
|
||||
public TextureRect Icon => IconProtected;
|
||||
public Label ProductName => ProductNameProtected;
|
||||
public Label Description => DescriptionProtected;
|
||||
public Button Approve => ApproveProtected;
|
||||
public Button Cancel => CancelProtected;
|
||||
|
||||
public CargoOrderRow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user