mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
Type documenting
This commit is contained in:
@@ -16,6 +16,8 @@ export default class IntegerEntity extends IEntity {
|
||||
this.value = Math.round(this.value)
|
||||
}
|
||||
|
||||
/** @type {Number} */ value
|
||||
|
||||
valueOf() {
|
||||
return this.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user