MatchSet is abstract

This commit is contained in:
Matt Nadareski
2021-03-22 21:30:30 -07:00
parent 6400c954ef
commit f25800510b

View File

@@ -5,7 +5,7 @@ namespace BurnOutSharp.Matching
/// <summary>
/// Wrapper for a single set of matching criteria
/// </summary>
internal class MatchSet<T, U> where T : IMatch<U>
internal abstract class MatchSet<T, U> where T : IMatch<U>
{
/// <summary>
/// Set of all matchers