Remove encapsulation for previously protected XAML UI fields (#4975)
This commit is contained in:
@@ -8,9 +8,6 @@ namespace Content.Client.Chemistry.UI
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class TransferAmountWindow : SS14Window
|
||||
{
|
||||
public Button applyButton => ApplyButton;
|
||||
public LineEdit amountLineEdit => AmountLineEdit;
|
||||
|
||||
public TransferAmountWindow()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
|
||||
Reference in New Issue
Block a user