Interface IQueryBuilder
A variadic type for building queries. Should not be implemented manually.
public interface IQueryBuilder
Properties
World
A variadic type for building queries. Should not be implemented manually.
World World { get; }
Property Value
Methods
AddRules(List<Rule>)
A variadic type for building queries. Should not be implemented manually.
void AddRules(List<Rule> rules)