File size: 658 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
-- ========== GENERATED BY ExtrasGen Editor (Ctrl-Alt-G) DO NOT EDIT MANUALLY! ==========
PlaceObj('ExtrasGen', {
RequiresClass = "EditorLineGuide",
ToolbarSection = "Guide-Aligned Objects",
group = "PlaceObjects",
id = "LayLeaks",
PlaceObj('LayDecalsAlongGuide', {
Decals = {
PlaceObj('PlaceObjectDataDecal', {
EditorClass = "DecWallLeak_01",
}),
PlaceObj('PlaceObjectDataDecal', {
EditorClass = "DecWallLeak_02",
}),
PlaceObj('PlaceObjectDataDecal', {
EditorClass = "DecWallLeak_03",
}),
PlaceObj('PlaceObjectDataDecal', {
EditorClass = "DecWallLeak_04",
}),
},
GuidesVar = "initial_selection",
}),
})
|