mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
8 lines
81 B
JavaScript
Executable File
8 lines
81 B
JavaScript
Executable File
export default class Action {
|
|
|
|
apply() {
|
|
}
|
|
|
|
revert() {
|
|
}
|
|
} |