コード例 #1
0
ファイル: Node.cs プロジェクト: HustLion/Constellation
 public virtual void Send(Variable value, Output _output)
 {
     _output.Send(value);
 }