Formatting

This commit is contained in:
Davide Tantillo 2025-06-20 15:28:40 +02:00
parent 5cb6577df3
commit bda90bd158
4 changed files with 4 additions and 5 deletions

View File

@ -32,7 +32,6 @@ import { ClippingAttachment } from "./attachments/ClippingAttachment.js";
import { MeshAttachment } from "./attachments/MeshAttachment.js"; import { MeshAttachment } from "./attachments/MeshAttachment.js";
import { RegionAttachment } from "./attachments/RegionAttachment.js"; import { RegionAttachment } from "./attachments/RegionAttachment.js";
import { Bone } from "./Bone.js"; import { Bone } from "./Bone.js";
import { BonePose } from "./BonePose.js";
import { Constraint } from "./Constraint.js"; import { Constraint } from "./Constraint.js";
import { Physics } from "./Physics.js"; import { Physics } from "./Physics.js";
import { PhysicsConstraint } from "./PhysicsConstraint.js"; import { PhysicsConstraint } from "./PhysicsConstraint.js";