Remove ghost role component references (#15262)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Robust.Server.Player;
|
||||
|
||||
namespace Content.Server.Ghost.Roles.Components;
|
||||
|
||||
[ByRefEvent]
|
||||
public record struct TakeGhostRoleEvent(IPlayerSession Player)
|
||||
{
|
||||
public bool TookRole { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user