Files
ueblueprint/js/action/Actions.js
2022-01-05 22:26:56 +01:00

9 lines
83 B
JavaScript
Executable File

export default class Action {
apply() {
}
revert() {
}
}