правочки

This commit is contained in:
BIGZi0348
2024-12-02 20:15:00 +03:00
parent ef4d440bf7
commit 38e39d7ccf
7 changed files with 9 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
using System.Linq; // Updated before upstream
using System.Linq;
using Content.Shared.Ghost.Roles;
using Robust.Client.AutoGenerated;
using Robust.Client.GameObjects;
@@ -10,7 +10,7 @@ using Robust.Shared.Utility;
namespace Content.Client.UserInterface.Systems.Ghost.Controls.Roles
{
[GenerateTypedNameReferences]
public sealed partial class GhostRolesWindow : DefaultWindow
public sealed partial class GhostRolesWindow : DefaultWindow // WD Edit ahead of wizden upstream
{
public event Action<GhostRoleInfo>? OnRoleRequestButtonClicked;
public event Action<GhostRoleInfo>? OnRoleFollow;