You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
cc1e8fe9c7
The RoomSession.sendBackgroundMessage impl takes 5 args (background, stand, overlay, card, border) but the interface only declared 4 — TypeScript consumers calling roomSession.sendBackgroundMessage(...) with the border arg failed to typecheck even though the runtime call worked. Add the optional backgroundBorder?: number trailing parameter to the interface so the contract matches what RoomSession.ts ships.