mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-14 17:14:41 +08:00
8 lines
74 B
JavaScript
8 lines
74 B
JavaScript
export default class Action {
|
|
|
|
apply() {
|
|
}
|
|
|
|
revert() {
|
|
}
|
|
} |