コード例 #1
0
ファイル: MainState.cs プロジェクト: ezhangle/synthesis
 /// <summary>
 /// Starts the resetting process of the active robot
 /// </summary>
 public void BeginRobotReset()
 {
     ActiveRobot.BeginReset();
 }