6
2026-01-24 12:49:55 +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; }
}