mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-13 08:34:46 +08:00
9 lines
83 B
JavaScript
Executable File
9 lines
83 B
JavaScript
Executable File
export default class Action {
|
|
|
|
apply() {
|
|
}
|
|
|
|
revert() {
|
|
}
|
|
}
|