You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 06:56:19 +00:00
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export interface IAssetGesture
|
|
{
|
|
id?: string;
|
|
animationId?: number;
|
|
}
|