
AppModel :Room_Area . {
	.ComponentArray [ AppImportScene . {
		.NodeName "Room" + :room;
		.ParentPath "/RoomRoot";
		.SceneFile "Luder/Room/XxXaddonXxX/XxXaddonXxX";
	};
	AppImportScene . {
		.NodeName "Lights" + :room;
		.ParentPath "/RoomRoot";
		.SceneFile "Shared/Room/lights01";
	};
	AppImportNamespace . {
		.NodePath "/Room" + :room + "/XxXfurnitureXxX";
		.ImportNamespace "XxXfurnitureXxX";
	};
	];
};
