Make any mind added remove ghost role (#6127)

This commit is contained in:
metalgearsloth
2022-01-12 18:25:05 +11:00
committed by GitHub
parent 3bc38196a2
commit ec9550c2e0
2 changed files with 7 additions and 5 deletions

View File

@@ -4,11 +4,6 @@ using Robust.Shared.Serialization;
namespace Content.Shared.Ghost.Roles
{
public abstract class SharedGhostRoleSystem : EntitySystem
{
}
[Serializable, NetSerializable]
public class GhostRole
{