mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Past nodes fixed, codestyle
This commit is contained in:
@@ -2,6 +2,7 @@ import TypeInitialization from "./TypeInitialization"
|
||||
import Utility from "../Utility"
|
||||
|
||||
export default class Entity {
|
||||
|
||||
constructor(options = {}) {
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,5 +15,4 @@ export default class LocalizedTextEntity extends Entity {
|
||||
toString() {
|
||||
"NSLOCTEXT(" + `"${this.namespace}"` + ", " + `"${this.key}"` + ", " + `"${this.value}"` + ")"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default class Primitive {
|
||||
|
||||
toString() {
|
||||
return "Unimplemented for " + this.constructor.name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user