mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 15:06:58 +00:00
8 lines
286 B
TypeScript
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';
|
|
}
|