mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 14:26:58 +00:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
export interface IAssetAnimationSpriteDirection
|
|
{
|
|
id?: number;
|
|
dx?: number;
|
|
dy?: number;
|
|
dz?: number;
|
|
}
|