auto-git:

[change] src/interactions/interaction-links.ts
This commit is contained in:
2026-04-01 04:04:20 +02:00
parent 9630b8e0cc
commit b1630c12a6

View File

@@ -18,6 +18,7 @@ export interface PlayAnimationAction {
type: "playAnimation";
targetModelInstanceId: string;
clipName: string;
loop?: boolean;
}
export interface StopAnimationAction {