Remove encapsulation for previously protected XAML UI fields (#4975)
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Content.Client.Traitor.Uplink
|
||||
{
|
||||
private readonly IPrototypeManager _prototypeManager;
|
||||
|
||||
public RichTextLabel BalanceInfo => BalanceInfoProtected;
|
||||
public event Action<BaseButton.ButtonEventArgs, UplinkListingData>? OnListingButtonPressed;
|
||||
public event Action<BaseButton.ButtonEventArgs, UplinkCategory>? OnCategoryButtonPressed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user