Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Server.Ghost.Roles.Components
|
||||
/// Allows a ghost to take over the Owner entity.
|
||||
/// </summary>
|
||||
[RegisterComponent, ComponentReference(typeof(GhostRoleComponent))]
|
||||
public class GhostTakeoverAvailableComponent : GhostRoleComponent
|
||||
public sealed class GhostTakeoverAvailableComponent : GhostRoleComponent
|
||||
{
|
||||
public override bool Take(IPlayerSession session)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user