19 lines
443 B
XML
19 lines
443 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<Entity xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd">
|
|
|
|
<Components>
|
|
<c:Transform/>
|
|
</Components>
|
|
|
|
<Children>
|
|
<Entity ref="Schema/Entities/RaptorCopter.xml">
|
|
<Components>
|
|
<c:Transform>
|
|
<Position X="1" Y="2" Z="3" />
|
|
</c:Transform>
|
|
</Components>
|
|
</Entity>
|
|
</Children>
|
|
|
|
</Entity>
|