mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
Add NFT avatar tab and wired extras UI
This commit is contained in:
@@ -7,4 +7,5 @@ export interface IAvatarEditorCategoryPartItem
|
||||
usesColor?: boolean;
|
||||
maxPaletteCount?: number;
|
||||
isClear?: boolean;
|
||||
isSellableNotOwned?: boolean;
|
||||
}
|
||||
|
||||
@@ -64,4 +64,6 @@ export class WiredActionLayoutCode
|
||||
public static RANDOM_EXTRA: number = 63;
|
||||
public static EXEC_IN_ORDER_EXTRA: number = 64;
|
||||
public static EXECUTION_LIMIT_EXTRA: number = 65;
|
||||
public static OR_EVAL_EXTRA: number = 66;
|
||||
public static TEXT_OUTPUT_USERNAME_EXTRA: number = 67;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user