pixel-editor/js/tools/SelectionTool.js
2021-11-01 13:02:18 +01:00

5 lines
129 B
JavaScript

class SelectionTool extends Tool {
constructor(name, options, switchFunc) {
super(name, options, switchFunc);
}
}