Exemple #1
0
 public FunctionBranch(LSLAst node, string type)
     : base(node, null)
 {
     Type = type;
 }
Exemple #2
0
 public FunctionBranch(LSLAst node, string type)
     : base(node, null)
 {
     Type = type;
 }
Exemple #3
0
 public Branch(LSLAst node, Branch parent)
     : base(parent)
 {
     Node = node;
 }
Exemple #4
0
 public Branch(LSLAst node, Branch parent)
     : base(parent)
 {
     Node = node;
 }