mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
export default class Primitive {
|
|
toString() {
|
|
return "Unimplemented for " + this.constructor.name
|
|
}
|
|
} |