Pin name small adjustment

This commit is contained in:
barsdeveloper
2023-04-09 22:32:23 +02:00
parent f373ec98b0
commit c58c8be0a0
5 changed files with 20 additions and 18 deletions

View File

@@ -60,6 +60,7 @@ export default class PinTypeEntity extends IEntity {
/** @type {Boolean} */ this.bIsWeakPointer
/** @type {Boolean} */ this.bIsUObjectWrapper
/** @type {Boolean} */ this.bIsUObjectWrapper
/** @type {Boolean} */ this.bSerializeAsSinglePrecisionFloat
}
/** @param {PinTypeEntity} other */