6
2026-01-13 18:31:02 +02: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; }
}