コード例 #1
0
 public void SetInstruction(IQInstruction instrucion)
 {
     _instruction = instrucion;
 }
コード例 #2
0
ファイル: QNodeEmpty.cs プロジェクト: taimic/qBalls
 public void SetInstruction(IQInstruction instrucion)
 {
     throw new NotImplementedException();
 }