mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Entities cleanup, Primitive concept introduced
This commit is contained in:
5
js/entity/primitive/Primitive.js
Normal file
5
js/entity/primitive/Primitive.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default class Primitive {
|
||||
toString() {
|
||||
return "Unimplemented for " + this.constructor.name
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user