mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
WIP
This commit is contained in:
8
js/entity/IPrintableEntity.js
Normal file
8
js/entity/IPrintableEntity.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import IEntity from "./IEntity.js"
|
||||
|
||||
export default class IPrintableEntity extends IEntity {
|
||||
|
||||
print() {
|
||||
return this.toString()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user