mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
30 lines
766 B
Plaintext
30 lines
766 B
Plaintext
---
|
|
source: tests/tests/build.rs
|
|
expression: contents
|
|
---
|
|
<roblox version="4">
|
|
<Item class="Folder" referent="0">
|
|
<Properties>
|
|
<string name="Name">rbxmx_ref</string>
|
|
<BinaryString name="Tags">
|
|
</BinaryString>
|
|
</Properties>
|
|
<Item class="StringValue" referent="1">
|
|
<Properties>
|
|
<string name="Name">Target</string>
|
|
<BinaryString name="Tags">
|
|
</BinaryString>
|
|
<string name="Value">Pointed to by ObjectValue</string>
|
|
</Properties>
|
|
</Item>
|
|
<Item class="ObjectValue" referent="2">
|
|
<Properties>
|
|
<string name="Name">Pointer</string>
|
|
<BinaryString name="Tags">
|
|
</BinaryString>
|
|
<Ref name="Value">1</Ref>
|
|
</Properties>
|
|
</Item>
|
|
</Item>
|
|
</roblox>
|