コード例 #1
0
 public FunctionBranch(LSLAst node, string type)
     : base(node, null)
 {
     Type = type;
 }
コード例 #2
0
ファイル: Branch.cs プロジェクト: emperorstarfinder/phlox
 public FunctionBranch(LSLAst node, string type)
     : base(node, null)
 {
     Type = type;
 }
コード例 #3
0
 public Branch(LSLAst node, Branch parent)
     : base(parent)
 {
     Node = node;
 }
コード例 #4
0
ファイル: Branch.cs プロジェクト: emperorstarfinder/phlox
 public Branch(LSLAst node, Branch parent)
     : base(parent)
 {
     Node = node;
 }