Add access logs (IC ones) (#17810)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.UserInterface.Controls;
|
||||
using Robust.Client.UserInterface.XAML;
|
||||
|
||||
namespace Content.Client.CartridgeLoader.Cartridges;
|
||||
|
||||
[GenerateTypedNameReferences]
|
||||
public sealed partial class LogProbeUiEntry : BoxContainer
|
||||
{
|
||||
public LogProbeUiEntry(int numberLabel, string timeText, string accessorText)
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
NumberLabel.Text = numberLabel.ToString();
|
||||
TimeLabel.Text = timeText;
|
||||
AccessorLabel.Text = accessorText;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user