public static MatchResult CheckKeys(this MatchResult match) { match.CheckKeys = true; return(match); }
public static MatchResult InitObjectSearch(Dbref player, string name, DbrefObjectType preferredType, CancellationToken cancellationToken) => MatchResult.InitObjectSearch(player, name, preferredType, cancellationToken);