Remove encapsulation for previously protected XAML UI fields (#4975)
This commit is contained in:
@@ -25,8 +25,6 @@ namespace Content.Client.Cargo.UI
|
||||
public event Action<ButtonEventArgs>? OnOrderApproved;
|
||||
public event Action<ButtonEventArgs>? OnOrderCanceled;
|
||||
|
||||
public Button CallShuttleButton => CallShuttleButtonProtected;
|
||||
|
||||
private readonly List<string> _categoryStrings = new();
|
||||
private string? _category;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user