mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:27:32 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user