import RotatedRectF, { RotatedRectFWithIndex } from "./RectF"; export default class MagicWallConfig { magic_wall_enable = false; row = 0; col = 0; windows: RotatedRectFWithIndex[] = []; }