Update test cases for playAnimation and stopAnimation methods

This commit is contained in:
2026-04-01 00:04:11 +02:00
parent 7b8d54e393
commit caa0cef532

View File

@@ -186,7 +186,9 @@ describe("RuntimeInteractionSystem", () => {
brushId,
visible
});
}
},
playAnimation: () => {},
stopAnimation: () => {}
}
);
interactionSystem.updatePlayerPosition(
@@ -205,7 +207,9 @@ describe("RuntimeInteractionSystem", () => {
brushId,
visible
});
}
},
playAnimation: () => {},
stopAnimation: () => {}
}
);