Nitro-Cool-UI-Renderer/src/api/avatar/AvatarEditorAction.ts
2024-04-03 09:16:49 +02:00

8 lines
286 B
TypeScript

export class AvatarEditorAction
{
public static ACTION_SAVE: string = 'AEA_ACTION_SAVE';
public static ACTION_CLEAR: string = 'AEA_ACTION_CLEAR';
public static ACTION_RESET: string = 'AEA_ACTION_RESET';
public static ACTION_RANDOMIZE: string = 'AEA_ACTION_RANDOMIZE';
}