More emote improvements

This commit is contained in:
Infi
2024-05-11 07:43:05 +02:00
parent 0f5ece288d
commit 662e65d881
6 changed files with 100 additions and 22 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public static class SearchSelector
public Func<string, string> FormatRow { get; init; } = row => row.ToString();
public Func<string, string, bool>? SearchPredicate { get; init; } = null;
public Func<string, bool, bool>? DrawSelectable { get; init; } = null;
public IEnumerable<string> FilteredSheet { get; init; } = [];
public string[] FilteredSheet { get; init; } = [];
public Vector2? Size { get; init; } = null;
}