aboutsummaryrefslogtreecommitdiff
path: root/resources/system/akiba.world
blob: 8993cddfa15d725f8fdf13d7036a8f46646c8667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
world {
    name = akiba
    startup {
        binary {
            name = shinigami
            path = "/system/shinigami/shinigami.gen"
            mode = protected
            respawn = true
        }
        binary {
            name = ash
            path = "/system/ash/ash.gen"
            mode = protected
            respawn = true
        }
    }
}