Remove encapsulation for previously protected XAML UI fields (#4975)
This commit is contained in:
@@ -19,10 +19,6 @@ namespace Content.Client.Disposal.UI
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class DisposalUnitWindow : SS14Window
|
||||
{
|
||||
public Button Engage => EngageProtected;
|
||||
public Button Eject => EjectProtected;
|
||||
public Button Power => PowerProtected;
|
||||
|
||||
public DisposalUnitWindow()
|
||||
{
|
||||
IoCManager.InjectDependencies(this);
|
||||
|
||||
Reference in New Issue
Block a user