Option to only show relevant settings

This commit is contained in:
N00MKRAD
2024-11-26 11:45:21 +01:00
parent a09b290f9a
commit 6e4cc8d552
7 changed files with 107 additions and 58 deletions

View File

@@ -121,7 +121,6 @@ namespace Flowframes.Data
return NetworksAll[0];
}
// New: Use enums
public static AiInfo GetAi(Ai ai)
{
if (AiLookup.TryGetValue(ai, out AiInfo aiObj))