🆙 add check for pets when sellable is enabled

This commit is contained in:
duckietm
2026-03-25 17:28:33 +01:00
parent 303b75d378
commit dc388d061c
4 changed files with 37 additions and 6 deletions
@@ -7,4 +7,5 @@ export interface IAvatarEditorCategoryPartItem
usesColor?: boolean;
maxPaletteCount?: number;
isClear?: boolean;
isSellableNotOwned?: boolean;
}