Names refactoring

This commit is contained in:
barsdeveloper
2023-04-06 19:31:58 +02:00
parent ba3e9fa592
commit 0a40f0b33c
10 changed files with 72 additions and 72 deletions

View File

@@ -62,7 +62,7 @@ export default class PinTypeEntity extends IEntity {
/** @type {Boolean} */ this.bIsUObjectWrapper
}
/** @param {PinCategoryEntity} other */
/** @param {PinTypeEntity} other */
copyTypeFrom(other) {
this.PinCategory = other.PinCategory
this.PinSubCategory = other.PinSubCategory