mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-13 03:37:31 +08:00
Names refactoring
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user