Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | AndNode |
Package Functions | |
void | Append (BindingRestrictions restrictions) |
Expression | ToExpression () |
Private Member Functions | |
void | Push (Expression node, int depth) |
Private Attributes | |
readonly HashSet< BindingRestrictions > | _unique = new HashSet<BindingRestrictions>() |
readonly Stack< AndNode > | _tests = new Stack<AndNode>() |
Definition at line 14 of file BindingRestrictions.cs.