pixel-editor/js/tools/MoveSelectionTool.js

5 lines
134 B
JavaScript
Raw Normal View History

2021-11-01 14:31:09 +03:00
class MoveSelectionTool extends Tool {
constructor (name, options, switchFunc) {
super(name, options, switchFunc);
}
}