Re-organize all projects (#4166)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Content.Server.Mobs;
|
||||
using Content.Server.Mobs.Roles.Traitor;
|
||||
using Content.Server.Objectives.Interfaces;
|
||||
using Content.Server.Objectives.Interfaces;
|
||||
using Content.Server.Traitor;
|
||||
using JetBrains.Annotations;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
|
||||
@@ -10,7 +9,7 @@ namespace Content.Server.Objectives.Requirements
|
||||
[DataDefinition]
|
||||
public class TraitorRequirement : IObjectiveRequirement
|
||||
{
|
||||
public bool CanBeAssigned(Mind mind)
|
||||
public bool CanBeAssigned(Mind.Mind mind)
|
||||
{
|
||||
return mind.HasRole<TraitorRole>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user