mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-14 20:27:33 +08:00
Protect against script injection
This commit is contained in:
8
js/action/Actions.js
Normal file
8
js/action/Actions.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default class Action {
|
||||
|
||||
apply() {
|
||||
}
|
||||
|
||||
revert() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user