6
2025-11-12 10:55:00 +03:00

10 lines
201 B
C#

using Robust.Shared.Player;
namespace Content.Server.Ghost.Roles.Components;
[ByRefEvent]
public record struct TakeGhostRoleEvent(ICommonSession Player)
{
public bool TookRole { get; set; }
}