export namespace ZombieMapConf {
    export const data = {
        "1": {
                "Id": 1,
                "RoldJsonArr": [
                        [289,280],
                        [
                                179,170
                        ],
                        [
                                369,360
                        ],
                        [259,250],[149,240],[39,230],[29,220],[19,210],[9,250],[79,250],[179,250]
                ],
                "EnemyJsonArr": [
                        [
                                30,
                                0,
                                1,
                                1,
                                1,
                                10,
                                10
                        ],[
                                31,
                                0,
                                1,
                                1,
                                2,
                                10,
                                10
                        ],[
                                32,
                                0,
                                1,
                                1,
                                3,
                                10,
                                10
                        ],[
                                33,
                                0,
                                1,
                                1,
                                4,
                                10,
                                10
                        ],[
                                34,
                                0,
                                1,
                                1,
                                5,
                                10,
                                10
                        ],[
                                35,
                                0,
                                1,
                                1,
                                6,
                                10,
                                10
                        ],[
                                30,
                                0,
                                1,
                                1,
                                8,
                                10,
                                10
                        ],[
                                30,
                                0,
                                1,
                                1,
                                9,
                                10,
                                10
                        ],[
                                30,
                                0,
                                1,
                                1,
                                10,
                                10,
                                10
                        ],[
                                30,
                                0,
                                1,
                                1,
                                7,
                                10,
                                10
                        ]
                ],
                "AttackPositionArray": [
                        310,
                        220,
                        140,
                        60
                ],
                "Background": "map3"
        }
    }
}