mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Grammar fixed
This commit is contained in:
@@ -2,11 +2,13 @@ import Entity from "./Entity";
|
||||
import Guid from "../Guid";
|
||||
import ObjectReferenceEntity from "./ObjectReferenceEntity";
|
||||
import TypeInitialization from "./TypeInitialization";
|
||||
import LocalizedTextEntity from "./LocalizedTextEntity";
|
||||
|
||||
export default class PinEntity extends Entity {
|
||||
static attributes = {
|
||||
PinId: Guid,
|
||||
PinName: [new TypeInitialization(5, true), "ciao"],
|
||||
PinName: "",
|
||||
PinFriendlyName: new TypeInitialization(new LocalizedTextEntity(), false),
|
||||
PinToolTip: "",
|
||||
Direction: new TypeInitialization("", false),
|
||||
PinType: {
|
||||
|
||||
Reference in New Issue
Block a user