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