Add HoP and Detective spawn point to NSS Pillar (#10526)

This commit is contained in:
corentt
2022-08-14 07:37:51 +02:00
committed by GitHub
parent 0722ef394c
commit f26d6b333c

View File

@@ -152657,4 +152657,16 @@ entities:
storagebase: !type:Container
ents: []
type: ContainerContainer
- uid: 18097
type: SpawnPointHeadOfPersonnel
components:
- pos: -13.5,-10.5
parent: 130
type: Transform
- uid: 18098
type: SpawnPointDetective
components:
- pos: -49.5,5.5
parent: 130
type: Transform
...