remove some unused imports and code
This commit is contained in:
@@ -33,10 +33,5 @@ namespace EscapeRoomEngine.Engine.Runtime.Requirements
|
||||
|
||||
return preconditionsMet;
|
||||
}
|
||||
|
||||
protected static HashSet<bool> SetFor(bool value)
|
||||
{
|
||||
return value ? TrueSet : FalseSet;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user