Support NFT avatar editor category data

This commit is contained in:
Lorenzune
2026-03-26 05:24:53 +01:00
parent 93650697ff
commit 075b0f722d
2 changed files with 29 additions and 1 deletions
@@ -8,4 +8,5 @@
public static WARDROBE: string = 'wardrobe';
public static EFFECTS: string = 'effects';
public static PETS: string = 'pets';
}
public static NFT: string = 'nft';
}