mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 15:27:30 +08:00
Calculated serialization type
This commit is contained in:
@@ -17,6 +17,6 @@ export default class CalculatedType {
|
||||
* @param {IEntity} entity
|
||||
*/
|
||||
calculate(entity) {
|
||||
return this.f(entity)
|
||||
return this.#f(entity)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user