mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Serialization fixed
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import Entity from "./Entity"
|
||||
import Guid from "./primitive/Guid"
|
||||
import PathSymbol from "./primitive/PathSymbol"
|
||||
|
||||
export default class PinReferenceEntity extends Entity {
|
||||
|
||||
static attributes = {
|
||||
objectName: String,
|
||||
objectName: PathSymbol,
|
||||
pinGuid: Guid
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user