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