コード例 #1
0
 public void undo()
 {
     currentLight.off();
 }
コード例 #2
0
ファイル: lightOffCommand.cs プロジェクト: jlsears/Exploring
 public void execute()
 {
     currentLight.off();
 }