mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-17 05:47:34 +08:00
Fix other interface classes naming convention
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Context from "../Context"
|
||||
import IContext from "../IContext"
|
||||
import ObjectSerializer from "../../serialization/ObjectSerializer"
|
||||
|
||||
export default class Copy extends Context {
|
||||
export default class Copy extends IContext {
|
||||
|
||||
#copyHandler
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import NodeElement from "../../element/NodeElement"
|
||||
import ObjectSerializer from "../../serialization/ObjectSerializer"
|
||||
import Context from "../Context"
|
||||
import IContext from "../IContext"
|
||||
|
||||
export default class Paste extends Context {
|
||||
export default class Paste extends IContext {
|
||||
|
||||
#pasteHandle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user