| 1122 | } |
| 1123 | |
| 1124 | class Action { |
| 1125 | constructor ({ type, direction, distance, loopVariable, loopCount }) { |
| 1126 | this.type = type // 'move', 'hit', 'zap', 'spin', 'look', 'for' |
| 1127 | this.direction = direction // A Direction like 'up', 'down', 'left', 'right', or undefined for spin/for |
nothing calls this directly
no outgoing calls
no test coverage detected