remove some unused imports and code

This commit is contained in:
2022-11-22 12:06:50 +01:00
parent ae079c88a3
commit 0ca183c4c4
4 changed files with 9 additions and 18 deletions

View File

@@ -33,10 +33,5 @@ namespace EscapeRoomEngine.Engine.Runtime.Requirements
return preconditionsMet;
}
protected static HashSet<bool> SetFor(bool value)
{
return value ? TrueSet : FalseSet;
}
}
}