【代码】检查开关

前言

关卡攻略

源代码

1
2
3
4
5
6
7
moveForward()
for i in 1 ... 3 {
moveForward()
if isOnClosedSwitch {
toggleSwitch()
}
}

完成