예제 #1
0
 public void SetInstruction(IQInstruction instrucion)
 {
     _instruction = instrucion;
 }
예제 #2
0
파일: QNodeEmpty.cs 프로젝트: taimic/qBalls
 public void SetInstruction(IQInstruction instrucion)
 {
     throw new NotImplementedException();
 }