mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
8 lines
131 B
YAML
8 lines
131 B
YAML
name: DeepDungeonRoom
|
|
fields:
|
|
- name: Level
|
|
type: array
|
|
count: 5
|
|
fields:
|
|
- type: link
|
|
targets: [Level]
|