mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-20 21:45:56 +08:00
Revert documentation (caused a bug)
This commit is contained in:
@@ -16,8 +16,6 @@ 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