mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
23 lines
555 B
Plaintext
23 lines
555 B
Plaintext
---
|
|
source: rojo-test/src/build_test.rs
|
|
expression: contents
|
|
---
|
|
<roblox version="4">
|
|
<Item class="Folder" referent="0">
|
|
<Properties>
|
|
<string name="Name">json_model_in_folder</string>
|
|
</Properties>
|
|
<Item class="IntValue" referent="1">
|
|
<Properties>
|
|
<string name="Name">simple-model</string>
|
|
<int name="Value">5</int>
|
|
</Properties>
|
|
<Item class="Folder" referent="2">
|
|
<Properties>
|
|
<string name="Name">A Child</string>
|
|
</Properties>
|
|
</Item>
|
|
</Item>
|
|
</Item>
|
|
</roblox>
|