コード例 #1
0
ファイル: SubRobot.cs プロジェクト: shaunleeyx/temp
 /*
  * PreCondition:none
  * PostCondition: rotates orientation of robot
  */
 public void Rotate()
 {
     robotObj.Rotate();
 }