Updating assets classification.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-07-22 19:01:40 -05:00
parent a9f96e335f
commit 7d8d183bf4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
accessing
fromDictionary: aDictionary
name := aDictionary at: #Name.
category := aDictionary at: 'Name'.
category := ((aDictionary at: 'Asset Type') splitOn: '/') last copyReplaceAll: '_' with: ' '.
abilities := self populateAbilities: (aDictionary at: #Abilities)