mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-06-09 03:23:10 +08:00
Small refactoring, set variable node
This commit is contained in:
@@ -2,7 +2,7 @@ import IInputPinTemplate from "./IInputPinTemplate"
|
||||
|
||||
/** @typedef {import("../element/PinElement").default} PinElement */
|
||||
|
||||
export default class NamePinTemplate extends IInputPinTemplate {
|
||||
export default class NameInputPinTemplate extends IInputPinTemplate {
|
||||
|
||||
static singleLineInput = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user