コード例 #1
0
ファイル: MoveLeftCommand.cs プロジェクト: 4ndreij/icarus
 public override void Execute()
 {
     drone.MoveLeft();
 }